mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 23:13:05 +00:00
Disallow failure
This commit is contained in:
parent
c7cf163667
commit
d6ab2f9659
1 changed files with 0 additions and 2 deletions
|
|
@ -54,7 +54,6 @@ Windows_Ninja_RelWithDebInfo:
|
||||||
- choco install python -y
|
- choco install python -y
|
||||||
- refreshenv
|
- refreshenv
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- $time = (Get-Date -Format "HH:mm:ss")
|
- $time = (Get-Date -Format "HH:mm:ss")
|
||||||
- $config = "RelWithDebInfo"
|
- $config = "RelWithDebInfo"
|
||||||
|
|
@ -102,7 +101,6 @@ Windows_MSBuild_RelWithDebInfo:
|
||||||
- choco install python -y
|
- choco install python -y
|
||||||
- refreshenv
|
- refreshenv
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- $time = (Get-Date -Format "HH:mm:ss")
|
- $time = (Get-Date -Format "HH:mm:ss")
|
||||||
- $config = "RelWithDebInfo"
|
- $config = "RelWithDebInfo"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue