File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ perl ./runtests.pl -j\$(nproc) -nocolour -with-xml ${params.RUNTESTS_FLAG}
330330"""
331331 bat """
332332If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\\ Users\\ OpenModelica\\ AppData\\ Local")
333- set PATH=C:\\ bin\\ cmake\\ bin;%PATH%
333+ set PATH=C:\\ OMDevUCRT \\ bin\\ cmake\\ bin\\ ;%PATH%
334334C:\\ OMDevUCRT\\ tools\\ msys\\ usr\\ bin\\ sh --login -i '${ env.WORKSPACE} /testMinGWUCRT64-install.sh'
335335EXIT /b 0
336336:fail
@@ -392,7 +392,7 @@ zip -r "../OMSimulator-win64-`git describe --tags --abbrev=7 --match=v*.* --excl
392392
393393 retry(2 ) { bat """
394394If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\\ Users\\ OpenModelica\\ AppData\\ Local")
395- set PATH=C:\\ bin\\ cmake\\ bin;%PATH%
395+ set PATH=C:\\ OMDevUCRT \\ bin\\ cmake\\ bin;%PATH%
396396
397397cmake -S . -B build/ -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install/ -DOM_OMS_ENABLE_TESTSUITE:BOOL=ON
398398IF NOT ["%ERRORLEVEL%"]==["0"] GOTO fail
@@ -443,7 +443,7 @@ perl ./runtests.pl -j\$(nproc) -platform=win -nocolour -with-xml ${params.RUNTES
443443"""
444444 bat """
445445If Defined LOCALAPPDATA (echo LOCALAPPDATA: %LOCALAPPDATA%) Else (Set "LOCALAPPDATA=C:\\ Users\\ OpenModelica\\ AppData\\ Local")
446- set PATH=C:\\ bin\\ cmake\\ bin;%PATH%
446+ set PATH=C:\\ OMDevUCRT \\ bin\\ cmake\\ bin;%PATH%
447447
448448C:\\ OMDevUCRT\\ tools\\ msys\\ usr\\ bin\\ sh --login -i '${ env.WORKSPACE} /testMSVC64-install.sh'
449449
You can’t perform that action at this time.
0 commit comments