Skip to content

Commit 76c6b99

Browse files
committed
Update travis builder to trusty
1 parent 2caa3ed commit 76c6b99

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

.travis.yml

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,29 @@
11
language: c
22

3+
sudo: required
4+
dist: trusty
5+
36
env:
4-
matrix:
57
- BUILD_TYPE=Release
68
- BUILD_TYPE=Debug
79

810
compiler:
9-
- clang
10-
- gcc
11-
12-
sudo: false
11+
- clang
12+
- gcc
1313

1414
notifications:
1515
email:
16-
- spam@kdmurray.id.au
17-
18-
addons:
19-
apt:
20-
sources:
21-
- kalakris-cmake
22-
packages:
23-
- cmake
24-
- lcov
25-
- libgsl0-dev
26-
- python
27-
- python-sphinx
16+
- kdmfoss@gmail.com
2817

2918
install:
30-
- pushd $HOME
31-
- wget http://zlib.net/zlib-1.2.8.tar.xz
32-
- tar xvf zlib-1.2.8.tar.xz
33-
- cd zlib-1.2.8
34-
- ./configure --prefix=$HOME
35-
- make
36-
- make install
37-
- popd
38-
- git submodule update --init
19+
- sudo apt-get install zlib1g-dev libgsl0-dev
3920
- mkdir build
4021
- mkdir target
41-
- cd build
4222

4323
script:
24+
- cd build
4425
- cmake .. -DCMAKE_INSTALL_PREFIX=../target -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZLIB_ROOT=$HOME
4526
- make
46-
- python ../tests/axe_cli_tests.py .
47-
- ./bin/test_axe
27+
- ctest --verbose
4828
- make install
4929
- test -f ../target/bin/axe-demux

0 commit comments

Comments
 (0)