mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Update build worker images for MinGW tests on AppVeyor. Test all branches and not just master.
This commit is contained in:
parent
845902062c
commit
17c9fc5cc9
18
appveyor.yml
18
appveyor.yml
|
@ -1,8 +1,3 @@
|
|||
# Only the whitelisted branches get built, regardless of build config
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# Email the author if their commit either failed to build or fixed a failed build
|
||||
# good -> bad, bad -> bad, bad -> good but not good -> good
|
||||
notifications:
|
||||
|
@ -37,13 +32,16 @@ configuration:
|
|||
- Release
|
||||
|
||||
# Build with multiple compilers / build suites
|
||||
image: Visual Studio 2015
|
||||
environment:
|
||||
matrix:
|
||||
- platform: Win32
|
||||
- platform: x64
|
||||
- MSYSTEM: MINGW32
|
||||
- MSYSTEM: MINGW64
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
platform: Win32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
platform: x64
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
MSYSTEM: MINGW32
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
MSYSTEM: MINGW64
|
||||
|
||||
for:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue