Update appveyor.yml

This commit is contained in:
Denis Mikhailov
2021-11-05 14:51:22 +04:00
committed by GitHub
parent 12c5097cf7
commit 10f44ff5a0

View File

@ -79,4 +79,5 @@ install:
build: off
test_script:
- b2 -j%NUMBER_OF_PROCESSORS% --hash libs/fusion/test toolset=%TOOLSET% cxxstd=%CXXSTD%
- if not "%ADDRMD%" == "" set ADDRMD=address-model=%ADDRMD%
- b2 -j%NUMBER_OF_PROCESSORS% --hash libs/fusion/test toolset=%TOOLSET% cxxstd=%CXXSTD% %ADDRMD%