mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
ci: Deduplicate the CI configuration for Windows.
This commit is contained in:
parent
beb3f6e0c2
commit
50a56f6aeb
Notes:
Alexandre Julliard
2023-11-23 22:49:33 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/474
@ -1,4 +1,4 @@
|
||||
test-win-64:
|
||||
.test-win:
|
||||
stage: test
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
@ -9,27 +9,17 @@ test-win-64:
|
||||
- win10-21h2
|
||||
script:
|
||||
- ./artifacts/driver.cross64.exe
|
||||
variables:
|
||||
TEST_ARCH: "64"
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- artifacts
|
||||
|
||||
test-win-64:
|
||||
extends: .test-win
|
||||
variables:
|
||||
TEST_ARCH: "64"
|
||||
|
||||
test-win-32:
|
||||
stage: test
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
interruptible: true
|
||||
needs:
|
||||
- job: build-crosstest
|
||||
tags:
|
||||
- win10-21h2
|
||||
script:
|
||||
- ./artifacts/driver.cross64.exe
|
||||
extends: .test-win
|
||||
variables:
|
||||
TEST_ARCH: "32"
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user