1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-06 15:13:52 +00:00
CLI11/.ci/travis.sh
2017-02-14 12:26:07 -05:00

10 lines
145 B
Bash
Executable File

#!/usr/bin/env sh
set -evx
env | sort
mkdir build || true
cd build
cmake .. -DCLI_SINGLE_FILE_TESTS=ON
make
CTEST_OUTPUT_ON_FAILURE=1 make test