2015-06-05 02:15:57 +02:00
|
|
|
language: cpp
|
2017-08-14 00:49:49 +02:00
|
|
|
dist: trusty
|
2015-06-05 02:15:57 +02:00
|
|
|
|
2016-06-19 08:32:12 +02:00
|
|
|
matrix:
|
2016-12-31 20:03:03 +01:00
|
|
|
fast_finish: true
|
2016-06-19 08:32:12 +02:00
|
|
|
include:
|
2017-11-28 23:20:49 +01:00
|
|
|
- if: repo = arvidn/libtorrent
|
|
|
|
env: variant=release sonar_scan=1 toolset=gcc
|
2017-02-04 23:24:29 +01:00
|
|
|
- env: variant=test_debug lint=1 tests=1 toolset=gcc-sanitizer
|
2017-07-14 08:42:56 +02:00
|
|
|
- env: variant=test_debug sim=1 crypto=openssl toolset=gcc-sanitizer
|
2017-02-04 23:24:29 +01:00
|
|
|
- env: variant=test_release coverage=1 tests=1 toolset=gcc-coverage python=1
|
2016-08-02 06:46:15 +02:00
|
|
|
- env: autotools=1 toolset=gcc
|
2016-06-19 08:32:12 +02:00
|
|
|
- os: osx
|
2017-12-31 15:20:15 +01:00
|
|
|
osx_image: xcode9.2
|
2017-02-04 23:24:29 +01:00
|
|
|
env: variant=test_release docs=1 tests=1 toolset=darwin
|
2016-06-19 08:32:12 +02:00
|
|
|
- os: osx
|
2017-12-31 15:20:15 +01:00
|
|
|
osx_image: xcode9.2
|
2017-07-14 08:42:56 +02:00
|
|
|
env: variant=test_debug crypto=openssl tests=1 toolset=darwin
|
2016-06-19 08:32:12 +02:00
|
|
|
- os: osx
|
2017-12-31 15:20:15 +01:00
|
|
|
osx_image: xcode9.2
|
2017-02-04 23:24:29 +01:00
|
|
|
env: variant=test_barebones tools=1 examples=1 toolset=darwin python=1
|
2017-08-14 00:49:49 +02:00
|
|
|
- env: arch=arm toolset=gcc-arm
|
2015-06-20 16:40:47 +02:00
|
|
|
|
2017-02-19 15:56:30 +01:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2015-08-19 21:38:41 +02:00
|
|
|
git:
|
|
|
|
submodules: false
|
2016-06-30 03:17:38 +02:00
|
|
|
depth: 1
|
2015-08-19 21:38:41 +02:00
|
|
|
|
2015-09-07 02:45:08 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2016-01-20 02:54:34 +01:00
|
|
|
- RC_1_1
|
2015-09-07 02:45:08 +02:00
|
|
|
- RC_1_0
|
|
|
|
|
2015-07-07 09:09:06 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.ccache
|
2015-06-05 02:15:57 +02:00
|
|
|
|
2015-07-07 09:09:06 +02:00
|
|
|
# sources list: https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json,
|
|
|
|
# packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2015-08-08 08:19:47 +02:00
|
|
|
- ubuntu-toolchain-r-test
|
2015-07-07 09:09:06 +02:00
|
|
|
packages:
|
|
|
|
- libboost1.55-all-dev
|
2015-08-08 08:07:38 +02:00
|
|
|
- libboost1.55-tools-dev
|
2015-07-07 09:09:06 +02:00
|
|
|
- python2.7-dev
|
2016-05-21 22:23:15 +02:00
|
|
|
- g++-5
|
2015-06-05 03:58:02 +02:00
|
|
|
|
2015-08-08 05:17:33 +02:00
|
|
|
before_install:
|
2016-04-27 00:09:11 +02:00
|
|
|
|
2017-09-13 08:55:26 +02:00
|
|
|
- 'if [[ "$TRAVIS_PULL_REQUEST" != "false" || "$TRAVIS_BRANCH" != "master" ]]; then
|
2017-09-09 20:14:19 +02:00
|
|
|
export sonar_scan=0;
|
|
|
|
fi'
|
|
|
|
|
2015-11-06 06:38:42 +01:00
|
|
|
- git submodule update --init --recursive
|
2016-07-05 14:40:09 +02:00
|
|
|
- 'if [[ $crypto == "" ]]; then export crypto=built-in; fi'
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [[ $TRAVIS_OS_NAME == "osx" && ( "$tests" == "1" || "$sim" == 1 || "$examples" == "1" || "$tools" == "1" || "$python" == "1" ) ]]; then
|
2017-03-17 14:50:14 +01:00
|
|
|
travis_retry brew update > /dev/null && brew install ccache boost-build;
|
2017-02-04 23:24:29 +01:00
|
|
|
fi'
|
2017-12-31 15:20:15 +01:00
|
|
|
# we have to use python from brew rather than the system provided python
|
|
|
|
# because of OSX System Integrity Protection, which prevents injecting
|
|
|
|
# user-libraries (i.e. python modules) into system binaries (i.e. /usr/bin/python)
|
2018-01-04 03:10:54 +01:00
|
|
|
- 'if [[ $TRAVIS_OS_NAME == "osx" && "$python" == "1" ]]; then travis_retry brew install boost-python; brew upgrade python2; fi'
|
2016-06-19 08:32:12 +02:00
|
|
|
- 'if [ "$docs" = "1" ]; then
|
2017-06-16 14:08:33 +02:00
|
|
|
easy_install --user docutils;
|
2016-02-16 20:39:06 +01:00
|
|
|
mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages;
|
|
|
|
echo ''import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")'' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth;
|
2017-06-16 05:35:50 +02:00
|
|
|
easy_install --user Pygments;
|
|
|
|
easy_install --user aafigure;
|
2017-06-21 06:50:14 +02:00
|
|
|
travis_retry brew install graphviz hunspell;
|
2017-06-16 14:08:33 +02:00
|
|
|
easy_install --user Pillow;
|
2016-02-16 20:39:06 +01:00
|
|
|
fi'
|
2015-09-06 23:29:01 +02:00
|
|
|
|
2016-06-19 08:32:12 +02:00
|
|
|
- if [ "$coverage" == "1" ]; then
|
2015-12-16 03:07:26 +01:00
|
|
|
pip install --user codecov;
|
|
|
|
fi
|
2016-10-08 18:29:46 +02:00
|
|
|
- 'echo "toolset: " ${toolset}'
|
|
|
|
- 'echo "variant: " ${variant}'
|
2016-10-09 23:00:20 +02:00
|
|
|
# disable leak checking for now. it reports some suspicious reports against some
|
|
|
|
# tests
|
|
|
|
- export ASAN_OPTIONS=detect_leaks=0;
|
2015-08-08 05:17:33 +02:00
|
|
|
|
2015-07-07 09:09:06 +02:00
|
|
|
install:
|
2016-04-27 00:09:11 +02:00
|
|
|
|
2016-05-21 22:23:15 +02:00
|
|
|
- touch ~/user-config.jam
|
2016-06-27 07:00:44 +02:00
|
|
|
- 'if [[ $toolset == "gcc" ]]; then
|
|
|
|
g++-5 --version;
|
|
|
|
echo "using gcc : : ccache g++-5 : <cxxflags>-std=c++11 ;" >> ~/user-config.jam;
|
2016-05-21 22:23:15 +02:00
|
|
|
fi'
|
2016-10-10 02:09:44 +02:00
|
|
|
- 'if [[ $toolset == "gcc-sanitizer" ]]; then
|
2016-10-26 02:48:49 +02:00
|
|
|
echo "using gcc : sanitizer : ccache g++-5 :
|
|
|
|
<cxxflags>-std=c++11
|
|
|
|
<compileflags>-fstack-protector-all
|
|
|
|
<compileflags>-fstack-check
|
|
|
|
<compileflags>-fsanitize=address,undefined
|
|
|
|
<compileflags>-fno-sanitize-recover=address,undefined
|
|
|
|
<linkflags>-fsanitize=address,undefined
|
|
|
|
<linkflags>-fno-sanitize-recover=address,undefined
|
|
|
|
<linkflags>-fuse-ld=gold ;" >> ~/user-config.jam;
|
2016-10-08 20:17:51 +02:00
|
|
|
fi'
|
2016-06-27 07:00:44 +02:00
|
|
|
- 'if [[ $toolset == "gcc-coverage" ]]; then
|
|
|
|
echo "using gcc : coverage : ccache g++-5 --coverage : <cxxflags>-std=c++11 <linkflags>--coverage ;" >> ~/user-config.jam;
|
|
|
|
fi'
|
2016-06-30 17:37:55 +02:00
|
|
|
- 'if [[ $toolset == "gcc-arm" ]]; then
|
2017-11-05 18:14:26 +01:00
|
|
|
echo "using gcc : arm : ccache armv8l-linux-gnueabihf-g++ :
|
|
|
|
<cxxflags>-std=c++11
|
|
|
|
<cxxflags>-fsigned-char
|
|
|
|
<cxxflags>-march=armv8-a+crc
|
|
|
|
<cxxflags>-mfpu=crypto-neon-fp-armv8
|
|
|
|
<cxxflags>-DTORRENT_FORCE_ARM_CRC32
|
|
|
|
<linkflags>-lm
|
|
|
|
<linkflags>-static-libstdc++
|
|
|
|
<linkflags>-static-libgcc ;" >> ~/user-config.jam;
|
2016-06-27 07:00:44 +02:00
|
|
|
fi;'
|
2017-09-23 19:46:29 +02:00
|
|
|
- 'echo "using darwin : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
2016-06-27 07:00:44 +02:00
|
|
|
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
2017-06-17 17:41:06 +02:00
|
|
|
- if [ "$docs" == "1" ]; then /Users/travis/Library/Python/2.7/bin/rst2html.py --version; fi
|
2016-10-09 20:51:24 +02:00
|
|
|
- 'if [ "$lint" == "1" ]; then curl "https://raw.githubusercontent.com/google/styleguide/71ec7f1e524969c19ce33cfc72e8e023f2b98ee2/cpplint/cpplint.py" >~/cpplint.py; fi'
|
2015-09-02 07:30:40 +02:00
|
|
|
|
2017-09-08 11:16:31 +02:00
|
|
|
- 'if [ $sonar_scan == "1" ]; then
|
|
|
|
wget https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-2.6.1.zip;
|
|
|
|
wget https://sonarqube.com/static/cpp/build-wrapper-linux-x86.zip;
|
|
|
|
unzip sonar-scanner-2.6.1.zip;
|
|
|
|
unzip build-wrapper-linux-x86.zip;
|
|
|
|
export PATH=$PWD/sonar-scanner-2.6.1/bin:$PWD/build-wrapper-linux-x86:$PATH;
|
|
|
|
fi'
|
|
|
|
|
2017-02-04 23:24:29 +01:00
|
|
|
- ccache -V
|
|
|
|
- ccache --show-stats
|
|
|
|
- ccache --zero-stats
|
2015-06-05 02:15:57 +02:00
|
|
|
|
2016-10-09 15:27:29 +02:00
|
|
|
- 'if [[ "$arch" == "arm" ]]; then
|
2016-06-26 18:01:42 +02:00
|
|
|
cd test;
|
2016-09-02 22:42:55 +02:00
|
|
|
wget -O gcc-linaro.tar.xz https://releases.linaro.org/components/toolchain/binaries/5.3-2016.05/armv8l-linux-gnueabihf/gcc-linaro-5.3.1-2016.05-x86_64_armv8l-linux-gnueabihf.tar.xz;
|
|
|
|
tar xf gcc-linaro.tar.xz;
|
|
|
|
export PATH=${PWD}/gcc-linaro-5.3.1-2016.05-x86_64_armv8l-linux-gnueabihf/bin:${PATH};
|
2016-06-30 17:37:55 +02:00
|
|
|
armv8l-linux-gnueabihf-g++ --version;
|
2016-06-26 18:01:42 +02:00
|
|
|
wget -O boost.zip http://pilotfiber.dl.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.zip;
|
|
|
|
unzip -qq boost.zip;
|
|
|
|
export BOOST_ROOT=$PWD/boost_1_55_0;
|
2017-11-05 18:14:26 +01:00
|
|
|
travis_retry sudo apt-get install -y qemu-user-static;
|
|
|
|
wget -O ubuntu-base.tar.gz http://cdimage.ubuntu.com/ubuntu-base/releases/14.04/release/ubuntu-base-14.04.5-base-armhf.tar.gz;
|
|
|
|
sudo mkdir rootfs;
|
|
|
|
sudo tar xf ubuntu-base.tar.gz -C rootfs;
|
2016-06-30 17:37:55 +02:00
|
|
|
sudo cp /usr/bin/qemu-arm-static rootfs/usr/bin/;
|
2016-06-26 18:01:42 +02:00
|
|
|
sudo chroot rootfs mount -t proc none /proc;
|
|
|
|
cd ..;
|
|
|
|
fi'
|
2015-12-16 03:07:26 +01:00
|
|
|
|
2017-12-31 15:20:15 +01:00
|
|
|
- which python2
|
|
|
|
|
2016-06-26 18:01:42 +02:00
|
|
|
script:
|
2016-04-29 19:28:28 +02:00
|
|
|
|
|
|
|
- cd docs
|
2016-06-19 08:32:12 +02:00
|
|
|
- 'if [ "$docs" == "1" ]; then
|
2017-06-21 06:50:14 +02:00
|
|
|
make spell-check RST2HTML=/Users/travis/Library/Python/2.7/bin/rst2html.py AAFIGURE=echo;
|
2016-04-27 00:09:11 +02:00
|
|
|
fi'
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd ..
|
2016-04-27 00:09:11 +02:00
|
|
|
|
2016-10-09 20:51:24 +02:00
|
|
|
- 'if [ "$lint" == "1" ]; then
|
2016-10-22 17:47:24 +02:00
|
|
|
python ~/cpplint.py --extensions=cpp --headers=hpp --filter=-,+runtime/explicit,+whitespace/end_of_line --linelength=90 test/*.{cpp,hpp} src/*.cpp include/libtorrent/*.hpp include/libtorrent/kademlia/*.hpp src/kademlia/*.cpp include/libtorrent/aux_/*.hpp include/libtorrent/extensions/*.hpp simulation/*.{cpp,hpp} tools/*.{cpp,hpp} examples/*.{cpp,hpp};
|
2016-10-09 20:51:24 +02:00
|
|
|
fi'
|
|
|
|
|
2017-09-08 11:16:31 +02:00
|
|
|
- 'if [ "$sonar_scan" == "1" ]; then
|
2017-09-17 13:12:54 +02:00
|
|
|
build-wrapper-linux-x86-64 --out-dir bw-output bjam -a -j3 optimization=off crypto=$crypto deprecated-functions=off $toolset variant=$variant -l300 &&
|
2017-09-08 11:16:31 +02:00
|
|
|
sonar-scanner -D sonar.login=$SONAR_TOKEN;
|
|
|
|
fi'
|
|
|
|
|
2016-04-27 00:09:11 +02:00
|
|
|
# if we are building with code coverage, report it as soon as possible
|
2016-07-02 06:41:48 +02:00
|
|
|
# libtorrent is the name of the test suite target
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd test
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [ "$tests" == "1" ]; then
|
2017-08-14 00:49:49 +02:00
|
|
|
travis_retry bjam -j3 warnings-as-errors=on crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant libtorrent test_natpmp enum_if -l300 &&
|
2016-06-19 08:32:12 +02:00
|
|
|
if [ "$coverage" == "1" ]; then
|
2016-05-21 22:23:15 +02:00
|
|
|
codecov --root .. --gcov-exec gcov-5;
|
2016-04-27 00:09:11 +02:00
|
|
|
fi;
|
|
|
|
fi'
|
2015-12-16 03:07:26 +01:00
|
|
|
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd ../examples
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [ "$examples" == "1" ]; then
|
2017-08-14 00:49:49 +02:00
|
|
|
bjam -j3 warnings-as-errors=on crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant link=shared;
|
2016-04-29 19:28:28 +02:00
|
|
|
fi'
|
|
|
|
- cd ..
|
|
|
|
|
2016-05-31 23:48:41 +02:00
|
|
|
- cd tools
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [ "$tools" == "1" ]; then
|
2017-08-14 00:49:49 +02:00
|
|
|
bjam -j3 warnings-as-errors=on crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant link=shared;
|
2016-05-31 23:48:41 +02:00
|
|
|
fi'
|
|
|
|
- cd ..
|
|
|
|
|
2016-10-09 23:00:20 +02:00
|
|
|
# a binary built with sanitizer does not interact well with python
|
2017-12-31 15:20:15 +01:00
|
|
|
# on OSX we need to use the brew version of python, for reasons explained above
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd bindings/python
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [[ "$python" == "1" ]]; then
|
2017-08-14 00:49:49 +02:00
|
|
|
bjam -j3 warnings-as-errors=on crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant stage_module stage_dependencies libtorrent-link=shared boost-link=shared &&
|
2017-12-31 15:20:15 +01:00
|
|
|
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
|
|
|
DYLD_LIBRARY_PATH=./dependencies python2 test.py;
|
|
|
|
else
|
|
|
|
LD_LIBRARY_PATH=./dependencies python test.py;
|
|
|
|
fi;
|
2016-04-27 00:09:11 +02:00
|
|
|
fi'
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd ../..;
|
2015-12-16 03:07:26 +01:00
|
|
|
|
2016-04-27 00:09:11 +02:00
|
|
|
# simulation
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd simulation
|
2017-02-04 23:24:29 +01:00
|
|
|
- 'if [[ "$sim" == "1" ]]; then
|
2017-08-14 00:49:49 +02:00
|
|
|
bjam -j2 crypto=built-in warnings-as-errors=on debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset deprecated-functions=off;
|
2016-04-27 00:09:11 +02:00
|
|
|
fi'
|
2016-04-29 19:28:28 +02:00
|
|
|
- cd ..
|
2016-04-27 00:09:11 +02:00
|
|
|
|
2016-08-02 06:46:15 +02:00
|
|
|
# run through autotools and ./configure to make sure it works
|
2016-07-04 23:08:16 +02:00
|
|
|
- 'if [[ "$autotools" == "1" ]]; then
|
|
|
|
./autotool.sh &&
|
2016-08-02 06:46:15 +02:00
|
|
|
export CXX=g++-5 &&
|
2016-08-19 07:05:43 +02:00
|
|
|
export CC=gcc-5 &&
|
|
|
|
export CXXFLAGS="-Werror -Wno-deprecated-declarations" &&
|
2016-08-10 20:20:15 +02:00
|
|
|
./configure --enable-debug --enable-encryption --enable-examples --enable-tests --enable-python-binding &&
|
2016-08-02 06:46:15 +02:00
|
|
|
make -j2 check;
|
2016-06-19 08:32:12 +02:00
|
|
|
fi'
|
2016-04-27 00:09:11 +02:00
|
|
|
|
2017-02-04 23:24:29 +01:00
|
|
|
- ccache --show-stats
|
2015-08-08 07:10:36 +02:00
|
|
|
|
2016-06-26 18:01:42 +02:00
|
|
|
- cd test
|
2016-10-09 15:27:29 +02:00
|
|
|
- 'if [[ "$arch" == "arm" ]];
|
2016-06-26 18:01:42 +02:00
|
|
|
then
|
2017-07-14 08:42:56 +02:00
|
|
|
bjam arm-tests warnings-as-errors=on crypto=$crypto variant=test_arm $toolset target-os=linux link=static testing.launcher="sudo cp -R bin rootfs/; sudo chroot rootfs";
|
2016-06-26 18:01:42 +02:00
|
|
|
fi'
|
|
|
|
- cd ..
|