mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Add -d0 to b2 headers
in appveyor.yml
This commit is contained in:
@ -63,11 +63,11 @@ install:
|
|||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system
|
||||||
- python tools/boostdep/depinst/depinst.py system
|
- python tools/boostdep/depinst/depinst.py system
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 -d0 headers
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- PATH=%ADDPATH%%PATH%
|
- PATH=%ADDPATH%%PATH%
|
||||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
||||||
- b2 -j 3 libs/system/test toolset=%TOOLSET% %CXXSTD%
|
- b2 -j3 libs/system/test toolset=%TOOLSET% %CXXSTD%
|
||||||
|
Reference in New Issue
Block a user