JKQtPlotter/ci/test_travis.sh
2019-11-18 11:58:38 -07:00

12 lines
172 B
Bash
Executable File

#!/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