mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Merge branch 'build' into 'master'
Build everything during the coverity scan See merge request OpenMW/openmw!790
This commit is contained in:
commit
131a4665aa
@ -16,8 +16,6 @@ stages:
|
|||||||
- apt-cache/
|
- apt-cache/
|
||||||
- ccache/
|
- ccache/
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
|
||||||
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
|
||||||
script:
|
script:
|
||||||
- export CCACHE_BASEDIR="`pwd`"
|
- export CCACHE_BASEDIR="`pwd`"
|
||||||
- export CCACHE_DIR="`pwd`/ccache" && mkdir -pv "$CCACHE_DIR"
|
- export CCACHE_DIR="`pwd`/ccache" && mkdir -pv "$CCACHE_DIR"
|
||||||
@ -185,8 +183,6 @@ 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}
|
||||||
@ -279,8 +275,6 @@ 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…
x
Reference in New Issue
Block a user