summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-07 23:09:27 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-07 23:39:35 +0100
commit72cdacbc135e7b30e7d29fb985762d35c014d5f1 (patch)
tree721a95b2328ce01a618e5b89472b021ed45e70a1 /.travis.yml
parentaeabcdcbc99765ab3f2a89a551ca2f8f73ab8e4a (diff)
Travis: Disable autotools
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index e3b5112..3126209 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,21 +11,10 @@ before_install:
- sudo apt-get install -y --force-yes gobject-introspection gir1.2-glib-2.0 gir1.2-json-1.0 opencl-headers ocl-icd-opencl-dev libjson-glib-dev libzmq3-dev autoconf-archive gtk-doc-tools
before_script:
- # Configure with Autotools
- - ./autogen.sh
- - ./configure
-
- # Configure with CMake
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DWITH_GIR=OFF -DWITH_GTK_DOC=ON -DWITH_PYTHON=OFF
script:
- # Build with Autotools
- - cd ..
- - make
-
- # Build with CMake
- - cd build
- make
- ./tests/test-suite -p /no-opencl