Files
opm-common/travis/build-opm-common-shared.sh
2016-03-22 10:17:10 +01:00

11 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pushd . > /dev/null
cd opm-common
mkdir build
cd build
cmake ../ -DBUILD_SHARED_LIBS=ON
make
popd > /dev/null