Update cmake / jenkins / travis due to ert reorg.

This commit is contained in:
Joakim Hove
2016-08-20 09:02:44 +02:00
parent 34c4173dc3
commit 3535a43382
4 changed files with 10 additions and 24 deletions

View File

@@ -67,7 +67,7 @@ function build_ert {
git clone https://github.com/Ensembles/ert.git
mkdir -p ert/build
pushd ert/build > /dev/null
cmake ../devel && make
cmake .. && make
popd > /dev/null
}