vkd3d/gitlab/test.yml
2023-11-23 22:37:19 +01:00

26 lines
414 B
YAML

.test-win:
stage: test
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
interruptible: true
needs:
- job: build-crosstest
tags:
- win10-21h2
script:
- ./artifacts/driver.cross64.exe
artifacts:
when: always
paths:
- artifacts
test-win-64:
extends: .test-win
variables:
TEST_ARCH: "64"
test-win-32:
extends: .test-win
variables:
TEST_ARCH: "32"