mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
ci: Rename CI target build-image to image-linux.
This commit is contained in:
committed by
Alexandre Julliard
parent
cd77b2a9be
commit
847930d5e0
Notes:
Alexandre Julliard
2024-01-18 23:19:27 +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/538
@@ -5,7 +5,7 @@
|
||||
image: $CI_REGISTRY/wine/vkd3d:debian-bookworm
|
||||
interruptible: true
|
||||
needs:
|
||||
- job: build-image
|
||||
- job: image-linux
|
||||
optional: true
|
||||
dependencies: []
|
||||
script:
|
||||
@@ -68,7 +68,7 @@ build-crosstest:
|
||||
image: $CI_REGISTRY/wine/vkd3d:debian-bookworm
|
||||
interruptible: true
|
||||
needs:
|
||||
- job: build-image
|
||||
- job: image-linux
|
||||
optional: true
|
||||
dependencies: []
|
||||
script:
|
||||
@@ -94,7 +94,7 @@ build-crosstest:
|
||||
image: $CI_REGISTRY/wine/vkd3d:debian-bookworm
|
||||
interruptible: true
|
||||
needs:
|
||||
- job: build-image
|
||||
- job: image-linux
|
||||
optional: true
|
||||
dependencies: []
|
||||
script:
|
||||
|
Reference in New Issue
Block a user