Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Apr 17, 2018
1 parent 75d0473 commit 5193668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ build_script:
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) {
Write-warning "Skipping PR build for branch"; Exit-AppveyorBuild
} else {
tools/sccache/0.2.6/windows/sccache.exe -s
script\cibuild.ps1 -useSccache
tools/sccache/0.2.6/windows/sccache.exe -s
tools\sccache/0.2.6\windows\sccache.exe -s
python .\script\cibuild --use_sccache
if ($? -ne 'True') {
throw "Build failed with exit code $?"
} else {
"Build succeeded."
}
tools\sccache\0.2.6\windows\sccache.exe -s
}
test: off
artifacts:
Expand Down

0 comments on commit 5193668

Please sign in to comment.