Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
icon-libraries
libmtime
Commits
7266df09
Commit
7266df09
authored
3 months ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
wip3
parent
d0bae2b5
Branches
refactor_cmake_followup
No related tags found
No related merge requests found
Pipeline
#91037
waiting for manual action
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
7266df09
...
...
@@ -270,12 +270,12 @@ Check with GCC 11.2.0 (Autotools):
cache
:
policy
:
pull-push
Check with GCC 11.2.0 (CMake,
Unix Makefiles
)
:
Check with GCC 11.2.0 (CMake,
Ninja
)
:
extends
:
-
.common_cmake_
makefiles
-
.common_cmake_
ninja
-
.check_gcc
before_script
:
-
!reference
[
.common_cmake_
makefiles
,
before_script
]
-
!reference
[
.common_cmake_
ninja
,
before_script
]
-
!reference
[
.check_gcc
,
before_script
]
Check with Intel 2021.5.0 (Autotools)
:
...
...
@@ -323,10 +323,10 @@ Check with NAG 7.1.7114 (Autotools):
-
!reference
[
.common_autotools
,
before_script
]
-
!reference
[
.check_nag
,
before_script
]
Check with NAG 7.1.7114 (CMake,
Ninja
)
:
Check with NAG 7.1.7114 (CMake,
Unix Makefiles
)
:
extends
:
-
.common_cmake_
ninja
-
.common_cmake_
makefiles
-
.check_nag
before_script
:
-
!reference
[
.common_cmake_
ninja
,
before_script
]
-
!reference
[
.common_cmake_
makefiles
,
before_script
]
-
!reference
[
.check_nag
,
before_script
]
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