Commit 4e5fab62 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

gitlab: Run dinput 64-bit tests in a dedicated job.

parent 358c840a
......@@ -42,6 +42,18 @@
- wine wineboot.exe -u
- wineserver -w
test-linux-64:
extends: .wine-test
variables:
INCLUDE_TESTS: "dinput"
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
needs:
- job: build-linux
script:
- export WINETEST_COLOR=1
- wine usr/local/lib/wine/x86_64-windows/winetest.exe -q -q -o - -t gitlab -u $CI_JOB_URL $INCLUDE_TESTS
test-linux-32:
extends: .wine-test
variables:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment