mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Disallow failure
This commit is contained in:
parent
c7cf163667
commit
d6ab2f9659
@ -54,7 +54,6 @@ Windows_Ninja_RelWithDebInfo:
|
||||
- choco install python -y
|
||||
- refreshenv
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
- $time = (Get-Date -Format "HH:mm:ss")
|
||||
- $config = "RelWithDebInfo"
|
||||
@ -102,7 +101,6 @@ Windows_MSBuild_RelWithDebInfo:
|
||||
- choco install python -y
|
||||
- refreshenv
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
- $time = (Get-Date -Format "HH:mm:ss")
|
||||
- $config = "RelWithDebInfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user