Skip to content

Commit 7909104

Browse files
committed
Windows lk, wx powershell and ssc and SAM bash in workflow
1 parent f83d61d commit 7909104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ jobs:
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-
MSBuild.exe .\sam_simulation_core.sln /t:Build /p:Configuration=Release
372-
MSBuild.exe .\sam_simulation_core.sln /t:Build /p:Configuration=Debug
371+
MSBuild.exe ./sam_simulation_core.sln /t:Build /p:Configuration=Release
372+
MSBuild.exe ./sam_simulation_core.sln /t:Build /p:Configuration=Debug
373373
374374
- name: Make temp cache of SAM
375375
uses: actions/cache@v4
@@ -390,7 +390,7 @@ jobs:
390390
mkdir build
391391
cd build
392392
cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10 -DSAMAPI_EXPORT=0 -DCMAKE_SYSTEM_PREFIX_PATH=${ORTOOLSDIR} -Dabsl_DIR=${ORTOOLSDIR}\lib\cmake\absl" -Dutf8_range_DIR=${ORTOOLSDIR}\lib\cmake\utf8_range" ..
393-
MSBuild.exe .\samos.sln /t:Build /p:Configuration=Release
393+
MSBuild.exe ./samos.sln /t:Build /p:Configuration=Release
394394
395395
# - name: Download RunProcess
396396
# shell: bash {0}

0 commit comments

Comments
 (0)