mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24: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
|
# 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
|
# good -> bad, bad -> bad, bad -> good but not good -> good
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -37,13 +32,16 @@ configuration:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
# Build with multiple compilers / build suites
|
# Build with multiple compilers / build suites
|
||||||
image: Visual Studio 2015
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- platform: Win32
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
- platform: x64
|
platform: Win32
|
||||||
- MSYSTEM: MINGW32
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
- MSYSTEM: MINGW64
|
platform: x64
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
|
MSYSTEM: MINGW32
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
|
MSYSTEM: MINGW64
|
||||||
|
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue