2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

Fix Travis integration

This commit is contained in:
Boris Schäling
2015-04-10 14:12:34 +02:00
parent b54e1280ae
commit 57729b2ff0

View File

@@ -5,13 +5,14 @@ compiler:
- gcc
before_install:
- sudo apt-get install p7zip-full
- sudo apt-get install -qq p7zip-full
- wget -O boost_1_57_0.7z http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.7z/download
- 7z x boost_1_57_0.7z
- 7z x boost_1_57_0.7z > /dev/null
- cd boost_1_57_0
- ./bootstrap.sh
- cp -R ../boost/* boost
- cp -R ../libs/* libs
- cd ..
script:
- cd boost_1_57_0/libs/process/test && ../../../b2