Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d08dff2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+sudo: false # use new container
+language: c
+
+branches:
+ except: /^(gh-pages|v[0-9]\..*)/
+
+compiler:
+ - clang
+ - gcc
+ - g++
+
+script:
+ - ./bootstrap
+ - ./configure
+ - make CFLAGS="-O2 -Wall -Wwrite-strings -Werror"
+ - make distcheck