JKQtPlotter/ci/test_travis.sh

12 lines
172 B
Bash
Raw Normal View History

2019-11-19 02:56:02 +08:00
#!/usr/bin/env bash
# Exit on error
set -e
# Echo each command
set -x
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
cmake --build . --target install