Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ed399554 by Philipp Hörist at 2023-01-06T16:33:44+01:00
ci: Windows: Fail appveyor build on exception
- - - - -
1 changed file:
- .ci/appveyor.yml
Changes:
=====================================
.ci/appveyor.yml
=====================================
@@ -50,8 +50,11 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
+ if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
+
Push-AppveyorArtifact "$($buildroot)/Gajim.exe" -FileName
"$($filename).exe"
Push-AppveyorArtifact "$($buildroot)/Gajim-Portable.exe" -FileName
"$($filename_portable).exe"
+ if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ed399554bff29cb00ad50071942d292cf2db0218
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ed399554bff29cb00ad50071942d292cf2db0218
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits