opm-simulators/travis/build-opm-simulators.sh
2016-04-08 14:58:07 +02:00

11 lines
150 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
pushd . > /dev/null
cd opm-simulators
mkdir build
cd build
cmake -D SUPERLU_ROOT=../../SuperLU ../
make
popd > /dev/null