Add initial .travis.yml.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 16 Apr 2014 11:07:49 +0000 (13:07 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 16 Apr 2014 11:07:49 +0000 (13:07 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..007b43e
--- /dev/null
@@ -0,0 +1,16 @@
+language: c
+compiler:
+  - gcc
+  - clang
+env:
+  - CFLAGS=-O0
+  - CFLAGS=-O1
+  - CFLAGS=-O2
+  - CFLAGS=-O3
+  - CFLAGS=-Os
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq mono-complete
+script:
+  - ./autogen.sh
+  - make distcheck