mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 19:20:49 +00:00
Merge branch 'only_cmake' into 'master'
Only run static jobs when cmake-related things are modified Closes #6492 See merge request OpenMW/openmw!1498
This commit is contained in:
commit
a3d3c29ff9
@ -127,6 +127,13 @@ Ubuntu_GCC_tests_Debug:
|
||||
|
||||
Ubuntu_GCC_Static_Deps:
|
||||
extends: Ubuntu_GCC
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
changes:
|
||||
- "**/CMakeLists.txt"
|
||||
- "cmake/**/*"
|
||||
- "CI/**/*"
|
||||
- ".gitlab-ci.yml"
|
||||
allow_failure: true
|
||||
cache:
|
||||
key: Ubuntu_GCC_Static_Deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user