mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
appveyor: Add Ubuntu1804 gcc-9; reorder build matrix.
This commit is contained in:
parent
f736b8df21
commit
d9cc7cd892
1 changed files with 5 additions and 2 deletions
|
@ -9,10 +9,13 @@ environment:
|
|||
|
||||
matrix:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-clang-9
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-gcc-8
|
||||
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-gcc-8
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-gcc-9
|
||||
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-clang-9
|
||||
|
||||
for:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue