Skip to content

Commit ae711d9

Browse files
committed
Update Windows runner ssc configure and build steps like sam
1 parent a526cbd commit ae711d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)