Merge pull request #237 from joakim-hove/jenkins-use-libecl

Changed jenkins build script to use libecl.
This commit is contained in:
Joakim Hove
2017-05-10 13:36:18 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -119,9 +119,9 @@ function clone_module {
mkdir -p $WORKSPACE/deps/$1
cd $WORKSPACE/deps/$1
git init .
if [ "$1" == "ert" ]
if [ "$1" == "libecl" ]
then
git remote add origin https://github.com/Ensembles/$1
git remote add origin https://github.com/Statoil/$1
else
git remote add origin https://github.com/OPM/$1
fi
+2 -2
View File
@@ -8,7 +8,7 @@ ln -sf $WORKSPACE deps/opm-common
# Downstreams and revisions
declare -a downstreams
downstreams=(ert
downstreams=(libecl
opm-parser
opm-output
opm-material
@@ -20,7 +20,7 @@ downstreams=(ert
)
declare -A downstreamRev
downstreamRev[ert]=master
downstreamRev[libecl]=master
downstreamRev[opm-parser]=master
downstreamRev[opm-material]=master
downstreamRev[opm-core]=master