Files
beast/.dockers/debian-9/tests.sh
2020-07-24 13:38:58 +02:00

15 lines
299 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# modify cxxstd=2a,17,14,11
./b2 --user-config=./user-config.jam \
toolset=clang,gcc \
asio.mode=dflt,nodep,nots,ts,nodep-nots,nodep-ts \
variant=release \
cxxstd=14,11 \
-j`grep processor /proc/cpuinfo | wc -l` \
-q \
libs/beast/test libs/beast/example