Added travis/build-opm-common-shared.sh
This commit is contained in:
parent
985819fb2c
commit
493fbf95c3
10
travis/build-opm-common-shared.sh
Normal file
10
travis/build-opm-common-shared.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user