Files
argparse/ci/build.sh
Carl Pearson af6389496e ci
2020-03-24 08:25:04 -05:00

14 lines
128 B
Bash
Executable File

set -x -e
source ci/env.sh
which g++
which cmake
g++ --version
cmake --version
mkdir build
cd build
cmake ..
make VERBOSE=1