aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-01-11 19:16:25 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-01-12 15:19:04 -0800
commitbcb8f7599539248c53051b06b81c3d4f3b327f94 (patch)
treecae564b14b7131c928b94259ac9a96210655aa31 /.travis.yml
parent9f96db71252fc66b72c433e2ca0d49e031c6a5fd (diff)
Switch Travis build to Meson+Ninja
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 7 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index b7bed8f..a29ccf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,33 +1,18 @@
sudo: required
+dist: trusty
+
language:
- - python
- c
-python: "3.5"
-compiler:
- - gcc
- - clang
-env:
- - CC=gcc-6
- - CC=clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- - libtool
- valgrind
- - automake
- - autoconf
+ - clang
+ - gcc
- gcc-6
-install:
- - sudo python -m pip install pytest
-script:
- - $CC --version
- - libtool --version
- - valgrind --version
- - ./makeconf.sh
- - ./configure
- - CFLAGS="-fsanitize=address,undefined -g -O1 -Wall -Werror" make
- - doxygen doc/Doxyfile
- - make test
+install: test/travis-install.sh
+script: test/travis-build.sh
+