Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ReactionDiffusion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MoReFEM
Models
ReactionDiffusion
Commits
876e8f07
Commit
876e8f07
authored
4 years ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
CI: add the new 'needs' feature in Gitlab in Yaml.
parent
5529a0d3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#200374
passed
4 years ago
Stage: build_and_test
Stage: check_warnings
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ExternalTools/Gitlab-CI/build_and_test_linux.yml
+6
-0
6 additions, 0 deletions
ExternalTools/Gitlab-CI/build_and_test_linux.yml
ExternalTools/Gitlab-CI/build_and_test_macos.yml
+4
-1
4 additions, 1 deletion
ExternalTools/Gitlab-CI/build_and_test_macos.yml
with
10 additions
and
1 deletion
ExternalTools/Gitlab-CI/build_and_test_linux.yml
+
6
−
0
View file @
876e8f07
...
...
@@ -15,6 +15,8 @@ check_ubuntu_gcc_debug_several_shared_libraries:
-
ubuntu
-
gcc
-
debug
needs
:
-
[
build_ubuntu_gcc_debug_several_shared_libraries
]
dependencies
:
-
build_ubuntu_gcc_debug_several_shared_libraries
variables
:
...
...
@@ -42,6 +44,8 @@ check_fedora_clang_debug:
-
fedora
-
clang
-
debug
needs
:
-
[
build_fedora_clang_debug
]
dependencies
:
-
build_fedora_clang_debug
variables
:
...
...
@@ -67,6 +71,8 @@ check_fedora_clang_release_one_static_library:
-
fedora
-
clang
-
release
needs
:
-
[
build_fedora_clang_release_one_static_library
]
dependencies
:
-
build_fedora_clang_release_one_static_library
variables
:
...
...
This diff is collapsed.
Click to expand it.
ExternalTools/Gitlab-CI/build_and_test_macos.yml
+
4
−
1
View file @
876e8f07
...
...
@@ -18,6 +18,8 @@ check_macos_clang_debug_several_static_libraries:
-
macos
-
clang
-
debug
needs
:
-
[
build_macos_clang_debug_several_static_libraries
]
dependencies
:
-
build_macos_clang_debug_several_static_libraries
variables
:
...
...
@@ -47,6 +49,8 @@ check_macos_clang_release_one_static_library:
-
macos
-
clang
-
release
needs
:
-
[
build_macos_clang_release_one_static_library
]
dependencies
:
-
build_macos_clang_release_one_static_library
variables
:
...
...
@@ -55,4 +59,3 @@ check_macos_clang_release_one_static_library:
MODE
:
"
release"
LIB_NATURE
:
"
static"
IS_ONLY_ONE_LIB
:
"
True"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment