File tree 1 file changed +9
-29
lines changed 1 file changed +9
-29
lines changed Original file line number Diff line number Diff line change 1
1
language : c
2
2
3
+ sudo : required
4
+ dist : trusty
5
+
3
6
env :
4
- matrix :
5
7
- BUILD_TYPE=Release
6
8
- BUILD_TYPE=Debug
7
9
8
10
compiler :
9
- - clang
10
- - gcc
11
-
12
- sudo : false
11
+ - clang
12
+ - gcc
13
13
14
14
notifications :
15
15
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
28
17
29
18
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
39
20
- mkdir build
40
21
- mkdir target
41
- - cd build
42
22
43
23
script :
24
+ - cd build
44
25
- cmake .. -DCMAKE_INSTALL_PREFIX=../target -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DZLIB_ROOT=$HOME
45
26
- make
46
- - python ../tests/axe_cli_tests.py .
47
- - ./bin/test_axe
27
+ - ctest --verbose
48
28
- make install
49
29
- test -f ../target/bin/axe-demux
You can’t perform that action at this time.
0 commit comments