mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix windows spelling
This commit is contained in:
parent
dcc7986ff9
commit
17cf5e8c97
@ -43,7 +43,7 @@ build:windows_release:
|
|||||||
artifacts:
|
artifacts:
|
||||||
expire_in: '4 weeks'
|
expire_in: '4 weeks'
|
||||||
paths:
|
paths:
|
||||||
- build-x64-window-release/bin/
|
- build-x64-windows-release/bin/
|
||||||
|
|
||||||
build:linux_debug:
|
build:linux_debug:
|
||||||
stage: build
|
stage: build
|
||||||
@ -120,7 +120,7 @@ test:windows_release:
|
|||||||
needs:
|
needs:
|
||||||
- build:windows_release
|
- build:windows_release
|
||||||
script:
|
script:
|
||||||
- ./build-x64-window-release/bin/ScreenPlay.exe --no-run=false --exit=true --reporters=junit --out=test-report-junit.xml
|
- ./build-x64-windows-release/bin/ScreenPlay.exe --no-run=false --exit=true --reporters=junit --out=test-report-junit.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: '4 weeks'
|
expire_in: '4 weeks'
|
||||||
when: always
|
when: always
|
||||||
@ -138,7 +138,7 @@ benchmark:windows_release:
|
|||||||
needs:
|
needs:
|
||||||
- build:windows_release
|
- build:windows_release
|
||||||
script:
|
script:
|
||||||
- ./build-x64-window-release/bin/ScreenPlay.exe --benchmark
|
- ./build-x64-windows-release/bin/ScreenPlay.exe --benchmark
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: '4 weeks'
|
expire_in: '4 weeks'
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
Reference in New Issue
Block a user