Skip to content

Commit 206e1e3

Browse files
committed
appveyor ok, now fix travis
1 parent c465186 commit 206e1e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
dist: bionic
22
language: cpp
3+
python:
4+
- "3.8"
35
sudo: false
46
os:
57
- linux

Diff for: ci/travis/linux/before_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ else
1010
wget https://sourceforge.net/projects/boost/files/boost/1.73.0/boost_1_73_0.tar.bz2
1111
tar -xf boost_1_73_0.tar.bz2 --strip-components=1 -C $HOME/boost-install
1212
ls -l $HOME/boost-install
13+
echo "using python : 3.8 : /usr/bin/python3 : /usr/include/python3.8 : /usr/lib ;" > ~/user-config.jam
1314
cd $HOME/boost-install && ./bootstrap.sh link=static variant=release address-model=64 cxxflags="-std=c++11 -fPIC" boost.locale.icu=off --with-libraries=filesystem,system,test,regex,python,random,thread,date_time --prefix=$HOME/boost-install && ./b2 install
1415
fi
1516

0 commit comments

Comments
 (0)