CI: Avoid to build stage for scheduling
This commit is contained in:
parent
975c461a4d
commit
ca09b82047
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
ubuntu2004-ninja-gcc:
|
ubuntu2004-ninja-gcc:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
|
|
||||||
variables:
|
variables:
|
||||||
CMAKE_GENERATOR: Ninja
|
CMAKE_GENERATOR: Ninja
|
||||||
CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON
|
CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue