Skip to content

Commit

Permalink
exit on error on the Win/MinGW pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jun 15, 2019
1 parent 08ad271 commit 5e058f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .CI/common.groovy
Expand Up @@ -170,7 +170,6 @@ void buildOMC(CC, CXX, extraFlags) {
echo export OPENMODELICAHOME="\${MSYS_WORKSPACE}/build"
echo export OPENMODELICALIBRARY="\${MSYS_WORKSPACE}/build/lib/omlibrary"
echo time make -f Makefile.omdev.mingw \${MAKETHREADS} omc omc-diff omlibrary-core
echo set +e
echo cd \${MSYS_WORKSPACE}
echo sed -i.bak 's/mingw32-make/..\\..\\usr\\bin\\make/g' build/share/omc/scripts/Compile.bat
echo cd \${MSYS_WORKSPACE}
Expand Down

0 comments on commit 5e058f3

Please sign in to comment.