Skip to content

Commit

Permalink
update windows pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 27, 2024
1 parent d803f2f commit e6c23ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
Set-Location "$WorkingDir"
# $ENV:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
# $CMAKE_GENERATOR_PLATFORM = 'Visual Studio 17 2022'
Set-PSDebug -Trace 1
# Set-PSDebug -Trace 1
.\scripts\build.ps1 -BuildMode 'Release' -CmakeGenerator 'Visual Studio 17 2022' -Automate -Verbose
3 changes: 3 additions & 0 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ Add-Directories -Directories @('temp', 'external', 'external\rpclib')
# Test Eigen library version.
Test-EigenVersion

### DEBUGGING ###
Set-PSDebug -Trace 1

# Test RpcLib version (downloads and builds rpclib).
Test-RpcLibVersion -CmakeGenerator "$CMAKE_GENERATOR"

Expand Down

0 comments on commit e6c23ea

Please sign in to comment.