1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Fix missing windows s

This commit is contained in:
Elias Steurer 2020-10-30 16:53:13 +01:00
parent 17cf5e8c97
commit 6aadd9a972

View File

@ -28,7 +28,7 @@ build:windows_debug:
artifacts:
expire_in: '4 weeks'
paths:
- build-x64-window-debug/bin/
- build-x64-windows-debug/bin/
build:windows_release:
stage: build
@ -103,7 +103,7 @@ test:windows_debug:
needs:
- build:windows_debug
script:
- ./build-x64-window-debug/bin/ScreenPlay.exe --no-run=false --exit=true --reporters=junit --out=test-report-junit.xml
- ./build-x64-windows-debug/bin/ScreenPlay.exe --no-run=false --exit=true --reporters=junit --out=test-report-junit.xml
artifacts:
expire_in: '4 weeks'
when: always