Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ before_install:
- sudo apt-get install -qq p7zip-full

install:
- 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 > /dev/null
- cd boost_1_57_0
- wget -O boost_1_61_0.7z http://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.7z/download
- 7z x boost_1_61_0.7z > /dev/null
- cd boost_1_61_0
- ./bootstrap.sh
- cp -R ../boost/* boost
- cp -R ../libs/* libs
- cp -R ../include/boost/* boost
- mkdir libs/process
- cp -R ../test libs/process/
- cd ..

script:
- cd boost_1_57_0/libs/process/test
- cd boost_1_61_0/libs/process/test
- ../../../b2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/process/example/Jamfile.jam → example/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

project : requirements
<include>../../..
<source>/boost//headers
<implicit-dependency>/boost//headers
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
<target-os>windows:<define>WIN32_LEAN_AND_MEAN
;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/process/test/Jamfile.jam → test/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

project : requirements
<include>../../..
<source>/boost//headers
<implicit-dependency>/boost//headers
<source>/boost//system
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
<target-os>windows:<define>WIN32_LEAN_AND_MEAN
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.