mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-24 05:52:17 +00:00
fixing broken b2 invocation
This commit is contained in:
@@ -246,8 +246,8 @@ install:
|
||||
script:
|
||||
- |-
|
||||
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
|
||||
- ./b2 variant=debug test toolset=$TOOLSET cxxstd=$CXXSTD
|
||||
- ./b2 variant=release test toolset=$TOOLSET cxxstd=$CXXSTD
|
||||
- ../../b2 variant=debug test toolset=$TOOLSET cxxstd=$CXXSTD
|
||||
- ../../b2 variant=release test toolset=$TOOLSET cxxstd=$CXXSTD
|
||||
# - cd bld/debug && meson test
|
||||
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user