Skip to content

Commit

Permalink
[Build] Use Powershell script for Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed May 1, 2024
1 parent 1f4721c commit f944df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
echo "BUILD_JAVA_VERSION=8" >> $GITHUB_ENV
- name: Build
run: cppbuild/cppbuild --slow-system-tests --no-system-tests --no-unit-tests
run: cppbuild/cppbuild.ps1 --slow-system-tests --no-system-tests --no-unit-tests
- name: Copy test logs
id: copy_test_logs
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ jobs:
New-Partition -DiskNumber 1 -Size 30MB -DriveLetter T | Format-Volume -FileSystem NTFS -Confirm:$false
mkdir T:/tmp_aeron_dir
- name: Build
run: cppbuild/cppbuild
run: cppbuild/cppbuild.ps1
- name: Remove small temp file system
run: Remove-Partition -DriveLetter T -Confirm:$false
- name: Copy test logs
Expand Down

0 comments on commit f944df8

Please sign in to comment.