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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user