summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-24 03:22:07 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-24 03:25:08 +0300
commit974b8fb8bfea5529b26e2b037bd1a5bf5d9513b7 (patch)
tree136cb6ccf8aa1916efaa91959cf126e77a41dd13
parent50c8a820e5ab46acc129a49ab849f8848e40d915 (diff)
Move travis build to autotools
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 85b3251e..931c27b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,12 +27,10 @@ before_script:
27 - sudo apt-get install check 27 - sudo apt-get install check
28 28
29script: 29script:
30 - mkdir -p build && cd build 30 - autoreconf -i
31 - cmake .. 31 - ./configure
32 - make -j3 32 - make -j3
33 - make test 33 - make check
34# build docs separately
35 - make docs
36 34
37notifications: 35notifications:
38 email: false 36 email: false