File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ install:
250250script :
251251 - |-
252252 echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
253- - ../../b2 variant=debug test toolset=$TOOLSET cxxstd=$CXXSTD
254- - ../../b2 variant=release test toolset=$TOOLSET cxxstd=$CXXSTD
255- - ../../b2 variant=debug-discard-unexpected test toolset=$TOOLSET cxxstd=$CXXSTD
256- - ../../b2 variant=release-discard-unexpected test toolset=$TOOLSET cxxstd=$CXXSTD
253+ - ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug
254+ - ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=release
255+ - ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug-discard-unexpected
256+ - ../../b2 test toolset=$TOOLSET cxxstd=$CXXSTD variant=release-discard-unexpected
257257# - cd bld/debug && meson test
258258
259259notifications :
You can’t perform that action at this time.
0 commit comments