2
0
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:
Emil Dotchevski
2019-01-02 22:39:43 -08:00
parent 3b6d3b72d1
commit 8333c87ca6

View File

@@ -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: