1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 05:33:53 +00:00
CLI11/.ci/travis.sh
Henry Fredrick Schreiner 5f030f5fb9 Adding faster build
2017-03-07 18:53:20 -05:00

9 lines
167 B
Bash
Executable File

#!/usr/bin/env sh
set -evx
mkdir build || true
cd build
cmake .. -DCLI_SINGLE_FILE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build . -- -j2
ctest --output-on-failure