Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 37fc8e7

Browse files
committed
Re-fixed 'AppVeyor' error code issues leading to falsely-failing builds.
1 parent 8b7ea11 commit 37fc8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ build_script:
2727
-D CMAKE_SH="CMAKE_SH-NOTFOUND"
2828
--no-warn-unused-cli
2929
..\examples
30-
- ps: if ($LastExitCode -eq 0) { $host.SetShouldExit(0) }
31-
- ps: make.exe 2>&1 3>&1
32-
- ps: if ($LastExitCode -eq 0) { $host.SetShouldExit(0) }
30+
- ps: |
31+
make.exe 2>&1 3>&1
32+
if ($LastExitCode -eq 0) { $host.SetShouldExit(0) }
3333
artifacts:
3434
- path: cmake
3535
name: CMake-Framework

0 commit comments

Comments
 (0)