Use libecl in jenkins build.

This commit is contained in:
Joakim Hove
2017-05-07 12:57:03 +02:00
parent 9892edb24b
commit dc65d43109
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`