From b5c132d56f0cc65b96f724b433833902b2c50479 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 29 Apr 2021 10:47:14 +0200 Subject: [PATCH] Build everything during the coverity scan This should fix the 404 on the download page --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5c1fe269..c7a1a403f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ stages: - apt-cache/ - ccache/ stage: build - rules: - - if: '$CI_PIPELINE_SOURCE != "schedule"' script: - export CCACHE_BASEDIR="`pwd`" - export CCACHE_DIR="`pwd`/ccache" && mkdir -pv "$CCACHE_DIR" @@ -185,8 +183,6 @@ 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} @@ -279,8 +275,6 @@ 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}