File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ install:
250
250
script :
251
251
- |-
252
252
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
257
257
# - cd bld/debug && meson test
258
258
259
259
notifications :
You can’t perform that action at this time.
0 commit comments