opm-upscaling/travis/build-opm-upscaling.sh

11 lines
149 B
Bash
Raw Normal View History

2016-05-09 03:24:28 -05:00
#!/usr/bin/env bash
set -ex
pushd . > /dev/null
cd opm-upscaling
mkdir build
cd build
cmake -D SUPERLU_ROOT=../../SuperLU ../
make
popd > /dev/null