mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2025-02-01 04:51:48 +01:00
Fix missing windows s
This commit is contained in:
parent
17cf5e8c97
commit
6aadd9a972
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user