Skip to content

Commit 6f3444c

Browse files
committed
Testing all variants in appveyor
1 parent d68cc12 commit 6f3444c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ build: off
4040

4141
test_script:
4242
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
43-
- b2 -j3 libs/leaf/test toolset=%TOOLSET% %CXXSTD%
43+
- b2 -j3 libs/leaf/test toolset=%TOOLSET% variant=debug %CXXSTD%
44+
- b2 -j3 libs/leaf/test toolset=%TOOLSET% variant=release %CXXSTD%
45+
- b2 -j3 libs/leaf/test toolset=%TOOLSET% variant=debug-discard-unexpected %CXXSTD%
46+
- b2 -j3 libs/leaf/test toolset=%TOOLSET% variant=release-discard-unexpected %CXXSTD%

0 commit comments

Comments
 (0)