Loading .appveyor.yml +12 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,18 @@ test_script: on_finish: - ps: >- <# if we failed before install:, these functions won't be defined #> Function Execute-Command ($commandPath) { & $commandPath $args 2>&1 if ( $LastExitCode -ne 0 ) { $host.SetShouldExit( $LastExitCode ) } } Function Execute-Bash () { Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args } if ($env:compiler -eq "mingw") { <# use the MSYS2 user binaries to archive failures #> $oldpath = ${env:Path} -split ';' Loading changes/bug31884 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (Appveyor CI): - Avoid spurious errors when Appveyor CI fails before the install step. Fixes bug 31884; bugfix on 0.3.4.2-alpha. Loading
.appveyor.yml +12 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,18 @@ test_script: on_finish: - ps: >- <# if we failed before install:, these functions won't be defined #> Function Execute-Command ($commandPath) { & $commandPath $args 2>&1 if ( $LastExitCode -ne 0 ) { $host.SetShouldExit( $LastExitCode ) } } Function Execute-Bash () { Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args } if ($env:compiler -eq "mingw") { <# use the MSYS2 user binaries to archive failures #> $oldpath = ${env:Path} -split ';' Loading
changes/bug31884 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (Appveyor CI): - Avoid spurious errors when Appveyor CI fails before the install step. Fixes bug 31884; bugfix on 0.3.4.2-alpha.