Added simple travis file
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Fri, 03 Jan 2014 10:41:16 +0100
changeset 9915 67c9bd84f941
parent 9912 fa93fbd543b4
child 9918 ca90e470333b
Added simple travis file
.travis.yml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Fri Jan 03 10:41:16 2014 +0100
@@ -0,0 +1,28 @@
+language: c
+branches:
+  except:
+    gh-pages
+compiler:
+  - gcc
+  - clang
+env:
+  # Default build. Release.
+  - BUILD_ARGS=""
+  # Debug build
+  - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
+  # Everything that's optional
+  - BUILD_ARGS="-DNOSERVER=0"
+matrix:
+  allow_failures:
+    # Failures we expect here
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install debhelper cmake dpkg-dev libqt4-dev fp-compiler libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev bzip2 fp-units-gfx ghc libghc-stm-dev libghc-network-dev libghc-dataenc-dev libghc-hslogger-dev libghc-utf8-string-dev liblua5.1-0-dev imagemagick libghc-bytestring-show-dev fpc libpng-dev libavcodec-dev libavformat-dev freeglut3-dev libghc-mtl-dev libghc-parsec3-dev libghc-vector-dev qt4-qmake fp-units-misc libghc-random-dev
+script: 
+  - mkdir build && cd build && cmake $BUILD_ARGS .. && make
+notifications:
+  irc:
+    channels:
+      - "irc.freenode.net#hedgewars"
+    use_notice: false
+    skip_join: true