mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 22:34:32 +02:00
Don't build examples when variant==release
This commit is contained in:
@@ -112,7 +112,7 @@ function build_bjam ()
|
||||
toolset=$TOOLSET \
|
||||
variant=$VARIANT \
|
||||
-j${JOBS}
|
||||
else
|
||||
elif [[ $VARIANT == "debug" ]]; then
|
||||
b2 \
|
||||
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
|
||||
cxxstd=$CXXSTD \
|
||||
@@ -121,6 +121,14 @@ function build_bjam ()
|
||||
toolset=$TOOLSET \
|
||||
variant=$VARIANT \
|
||||
-j${JOBS}
|
||||
else
|
||||
b2 \
|
||||
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
|
||||
cxxstd=$CXXSTD \
|
||||
libs/beast/test//fat-tests \
|
||||
toolset=$TOOLSET \
|
||||
variant=$VARIANT \
|
||||
-j${JOBS}
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user