opm-simulators/travis/build-opm-autodiff.sh
Jean-Paul Balabanian 5b313aff76 Added Travis support
2016-02-15 16:06:50 +01:00

11 lines
148 B
Bash
Executable File

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