Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
512eaef3
Commit
512eaef3
authored
Jul 03, 2019
by
GILLES Sebastien
Browse files
#1436 Yaml: do not run CI pipeline on master branch.
parent
586bae19
Pipeline
#85352
passed with stages
in 14 minutes and 58 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/common.yml
View file @
512eaef3
...
...
@@ -8,6 +8,8 @@ variables:
.build_template_linux
:
&build_template_linux
stage
:
build_and_test
except
:
-
master
image
:
registry.gitlab.inria.fr/morefem/thirdpartycompilationfactory/${OS}-${COMPILER}-${MODE}
cache
:
key
:
"
cache_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_${OS}-${COMPILER}-${MODE}-${LIB_NATURE}-${IS_ONLY_ONE_LIB}"
...
...
@@ -38,6 +40,8 @@ variables:
stage
:
build_and_test
tags
:
-
macos
except
:
-
master
cache
:
key
:
"
cache_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_${OS}-${COMPILER}-${MODE}-${LIB_NATURE}-${IS_ONLY_ONE_LIB}"
untracked
:
true
...
...
@@ -60,6 +64,8 @@ variables:
.run_doxygen_template
:
&run_doxygen_template
stage
:
build_and_test
image
:
ubuntu:latest
except
:
-
master
artifacts
:
name
:
"
artifact_run_doxygen_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_${DOX}"
expire_in
:
1 day
...
...
@@ -75,6 +81,8 @@ variables:
.check_compilation_warning_template
:
&check_compilation_warning_template
stage
:
check_warnings
except
:
-
master
image
:
alpine:latest
before_script
:
...
...
@@ -88,6 +96,9 @@ variables:
.check_doxygen_warning_template
:
&check_doxygen_warning_template
stage
:
check_warnings
except
:
-
master
image
:
alpine:latest
artifacts
:
name
:
"
artifact_check_warning_doxygen_${CI_PROJECT_ID}_${CI_COMMIT_REF_SLUG}_${DOXYGEN_OUTPUT_FILE}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment