Skip to content

Commit

Permalink
Sanity check for rtest + libraries existing
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 11, 2020
1 parent 18937a4 commit 56f01c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .CI/common.groovy
Expand Up @@ -169,7 +169,7 @@ void buildOMC(CC, CXX, extraFlags) {
echo set -e
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 time make -f Makefile.omdev.mingw \${MAKETHREADS} omc testsuite-depends
echo cd \${MSYS_WORKSPACE}
echo make -f Makefile.omdev.mingw \${MAKETHREADS} BUILDTYPE=Release all-runtimes
echo echo Check that omc can be started and a model can be build for NF OF with runtimes C Cpp FMU
Expand All @@ -190,6 +190,8 @@ void buildOMC(CC, CXX, extraFlags) {
echo rm -rf M* OMCppM*
echo cd ..
echo rm -rf .sanity-check
echo cd testsuite/flattening/libraries/biochem
echo ../../../rtest --return-with-error-code EnzMM.mos
) > buildOMCWindows.sh
set MSYSTEM=MINGW64
Expand Down

0 comments on commit 56f01c7

Please sign in to comment.