File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ compiler:
7
7
install :
8
8
# for unit tests
9
9
- sudo apt-get install -y check
10
+ - sudo apt-get install -y libsubunit-dev
10
11
# for static code analysis
11
- - sudo apt-get install -y cppcheck rats
12
+ # - sudo apt-get install -y cppcheck
13
+ # - sudo apt-get install -y rats
12
14
# for test code coverage
13
15
- sudo apt-get install -y lcov
14
16
- gem install coveralls-lcov
@@ -23,8 +25,8 @@ script:
23
25
- git clone --depth 10 https://github.com/proftpd/proftpd.git
24
26
- cp mod_proxy_protocol.c proftpd/contrib/
25
27
- cd proftpd
26
- - ./configure LIBS="-lm -lrt -pthread" --enable-devel=coverage --enable-tests --with-module=mod_proxy_protocol
28
+ - ./configure LIBS="-lm -lsubunit - lrt -pthread" --enable-devel=coverage --enable-tests --with-module=mod_proxy_protocol
27
29
- make
28
30
- make clean
29
- - ./configure LIBS="-lm -lrt -pthread" --enable-devel=coverage --enable-dso --enable-tests --with-shared=mod_proxy_protocol
31
+ - ./configure LIBS="-lm -lsubunit - lrt -pthread" --enable-devel=coverage --enable-dso --enable-tests --with-shared=mod_proxy_protocol
30
32
- make
You can’t perform that action at this time.
0 commit comments