Skip to content

Commit

Permalink
attepmt to make windows build on hudson more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Sep 5, 2015
1 parent 5ae4996 commit cb74840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Expand Up @@ -61,7 +61,7 @@ runtimeCPPinstall:
$(MAKE) -C OMCompiler -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR) BUILDTYPE=$(BUILDTYPE) runtimeCPPinstall

testlogwindows:
$(MAKE) -C testsuite -f Makefile ReferenceFiles
$(MAKE) -C testsuite -f Makefile ReferenceFiles > testsuite/testsuite-trace.txt
(time $(MAKE) -C testsuite -f Makefile 2>&1 | tee testsuite/testsuite-trace.txt) || true
(time $(MAKE) -C testsuite/openmodelica/cruntime/msvc/ -f Makefile >> testsuite/testsuite-trace.txt 2>&1) || true
(export RTEST_OMCFLAGS=+target=msvc ; time $(MAKE) -C testsuite/openmodelica/cppruntime/ -f Makefile >> testsuite/testsuite-trace.txt 2>&1) || true
Expand Down

0 comments on commit cb74840

Please sign in to comment.