mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-04 21:19:41 +00:00
Merge branch 'revert_windows_ci' into 'master'
Revert some windows CI changes See merge request OpenMW/openmw!773
This commit is contained in:
commit
8edef1692f
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,8 @@ variables: &cs-targets
|
||||||
- choco install python -y
|
- choco install python -y
|
||||||
- refreshenv
|
- refreshenv
|
||||||
stage: build
|
stage: build
|
||||||
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||||
script:
|
script:
|
||||||
- $time = (Get-Date -Format "HH:mm:ss")
|
- $time = (Get-Date -Format "HH:mm:ss")
|
||||||
- echo ${time}
|
- echo ${time}
|
||||||
|
@ -277,6 +279,8 @@ Windows_Ninja_CS_RelWithDebInfo:
|
||||||
- choco install python -y
|
- choco install python -y
|
||||||
- refreshenv
|
- refreshenv
|
||||||
stage: build
|
stage: build
|
||||||
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||||
script:
|
script:
|
||||||
- $time = (Get-Date -Format "HH:mm:ss")
|
- $time = (Get-Date -Format "HH:mm:ss")
|
||||||
- echo ${time}
|
- echo ${time}
|
||||||
|
|
Loading…
Reference in a new issue