mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove unused travis files
these have not been used for a while. .travis.yml and the files in opm-common/travis/ are in charge
This commit is contained in:
parent
e65790224e
commit
bd8645fa86
@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
pushd . > /dev/null
|
|
||||||
opm-simulators/travis/build-opm-simulators.sh
|
|
||||||
cd opm-simulators/build
|
|
||||||
ctest --output-on-failure
|
|
||||||
popd > /dev/null
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/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
|
|
Loading…
Reference in New Issue
Block a user