Added hash option to b2

to mitigate max path length exceeding.
This commit is contained in:
Kohei Takahashi
2018-01-29 10:17:06 +09:00
parent d8e6f406ab
commit 2c86e9d18c

View File

@ -71,4 +71,4 @@ install:
build: off
test_script:
- b2 -j%NUMBER_OF_PROCESSORS% libs/fusion/test toolset=%TOOLSET%
- b2 -j%NUMBER_OF_PROCESSORS% --hash libs/fusion/test toolset=%TOOLSET%