Skip to content

Commit

Permalink
Bug fixes in the CI scripts for Win64.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsaldo committed Apr 5, 2021
1 parent 96b94dc commit ed6c7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
vsPlatform: x64
buildMode: Release
env:
VS_PLATFORM: ${{ matrix.vsPlatform }}
VS_PLATFORM: ${{ matrix.variant.vsPlatform }}
PLATFORM_NAME: ${{ matrix.variant.platformName }}
BUILD_MODE: ${{ matrix.variant.buildMode }}
PROJECT_NAME: os-ioevents
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ if(!$VS_PLATFORM) {$VS_PLATFORM = "Win32"}

mkdir build
cd build
echo "cmake.exe .. -G ""Visual Studio 16 2019"" -A $VS_PLATFORM"
cmake.exe .. -G "Visual Studio 16 2019" -A $VS_PLATFORM
echo "cmake.exe --build . --config $BUILD_MODE"
cmake.exe --build . --config $BUILD_MODE

0 comments on commit ed6c7ca

Please sign in to comment.