File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -360,14 +360,19 @@ jobs:
360360 cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release;Debug" -DCMAKE_SYSTEM_VERSION=10 -DSAM_SKIP_TOOLS=1 ..
361361 MSBuild.exe .\wex.sln /t:Build /p:Configuration=Release
362362 MSBuild.exe .\wex.sln /t:Build /p:Configuration=Debug
363- - name : Build SSC
363+ - name : Configure SSC
364364 shell : bash
365365 if : steps.cachedssc.outputs.cache-hit != 'true'
366366 run : |
367367 cd ssc
368368 mkdir build
369369 cd build
370370 cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release;Debug" -DSAM_SKIP_TESTS=1 -DSAMAPI_EXPORT=0 -DSAM_SKIP_TOOLS=1 -DUSE_XPRESS=0 -DUSE_COINOR=1 -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_SYSTEM_PREFIX_PATH=${ORTOOLSDIR} -Dabsl_DIR=${ORTOOLSDIR}\lib\cmake\absl" -Dutf8_range_DIR=${ORTOOLSDIR}\lib\cmake\utf8_range" ..
371+ - name : Build SSC
372+ if : steps.cachedssc.outputs.cache-hit != 'true'
373+ run : |
374+ cd ssc
375+ cd build
371376 MSBuild.exe ./sam_simulation_core.sln /t:Build /p:Configuration=Release
372377 MSBuild.exe ./sam_simulation_core.sln /t:Build /p:Configuration=Debug
373378
You can’t perform that action at this time.
0 commit comments