mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
appveyor: Adjust build matrix.
This commit is contained in:
parent
37e21e208f
commit
aac88cc341
1 changed files with 8 additions and 2 deletions
|
@ -11,12 +11,18 @@ environment:
|
|||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-gcc-8
|
||||
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-gcc-9
|
||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
# DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-gcc-9
|
||||
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-clang-9
|
||||
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-gcc-10
|
||||
|
||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
# DOCKER_IMAGE: jevolk/construct:ubuntu-20.04-clang-10
|
||||
|
||||
for:
|
||||
-
|
||||
build_script:
|
||||
|
|
Loading…
Reference in a new issue