mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 05:45:35 +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
|
||||
- refreshenv
|
||||
stage: build
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||
script:
|
||||
- $time = (Get-Date -Format "HH:mm:ss")
|
||||
- echo ${time}
|
||||
|
@ -277,6 +279,8 @@ Windows_Ninja_CS_RelWithDebInfo:
|
|||
- choco install python -y
|
||||
- refreshenv
|
||||
stage: build
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||
script:
|
||||
- $time = (Get-Date -Format "HH:mm:ss")
|
||||
- echo ${time}
|
||||
|
|
Loading…
Reference in a new issue