File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,8 @@ language: cpp
22compiler : gcc
33dist : trusty
44
5- before_install :
6- - sudo apt-get update
7- - sudo apt-get install apt-transport-https
8- - echo "deb https://kdudka.fedorapeople.org/csbuild trusty contrib" | sudo tee -a /etc/apt/sources.list
9- - sudo apt-get update
10-
115install :
126 - sudo apt-get install cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev
13- - sudo apt-get install -y --force-yes csbuild
147
158script :
16- - make -j9 distcheck CTEST='ctest -j9'
17- - test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed --gcc-add-flag=-Wno-shadow
9+ - make distcheck
You can’t perform that action at this time.
0 commit comments