Merge pull request #1173 from joakim-hove/use-libecl

Use libecl in jenkins build.
This commit is contained in:
Joakim Hove
2017-05-10 13:37:05 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ then
else
echo -e "Reason: $REASON\n" >> /tmp/cmsg
fi
for dep in ert opm-common opm-core opm-grid opm-material opm-parser opm-output ewoms
for dep in libecl opm-common opm-core opm-grid opm-material opm-parser opm-output ewoms
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`