Skip to content

Commit

Permalink
Readd limit job and allow Linux and Mac to fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Dec 29, 2021
1 parent 0cf882b commit e800277
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ environment:
platform: x64
appveyor_build_worker_image: Visual Studio 2022
configuration: Release
- job_name: Linux Build
platform: x64
appveyor_build_worker_image: Ubuntu2004
configuration: ReleaseNoGui
- job_name: MacOS Build
platform: x64
appveyor_build_worker_image: macos
appveyor_build_worker_image: macOS
configuration: ReleaseNoGui

LMVTestAgentUsername: SecretAgentTest Resident
Expand All @@ -25,6 +29,11 @@ environment:
PfxPassword:
secure: +vWSGzLkiBGVIxfPb+iRtD+/maQjI2d92hN4PoNAxMc=

matrix:
allow_failures:
- image: macOS
- image: Ubuntu2004

pull_requests:
do_not_increment_build_number: false

Expand Down

0 comments on commit e800277

Please sign in to comment.