Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-alugrid
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
extensions
dune-alugrid
Commits
178a69b6
Commit
178a69b6
authored
Aug 17, 2020
by
Robert K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ubuntu.
parent
d66df18f
Pipeline
#28818
failed with stage
in 11 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
.gitlab-ci.yml
.gitlab-ci.yml
+0
-13
No files found.
.gitlab-ci.yml
View file @
178a69b6
---
workflow
:
rules
:
-
if
:
'
$CI_MERGE_REQUEST_ID
&&
$CI_MERGE_REQUEST_TITLE
!~
/^WIP/'
# Execute jobs in merge request context and not in WIP status
-
if
:
$CI_COMMIT_BRANCH == 'master'
# Execute jobs when a new commit is pushed to master branch
variables
:
DUNECI_BRANCH
:
releases/2.7
# remove some unused 3rd party packages to speed up tests.
...
...
@@ -15,14 +10,6 @@ before_script:
-
duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
ubuntu:20.04-clang-10-20:
image
:
registry.dune-project.org/docker/ci/ubuntu:20.04
variables
:
DUNECI_TOOLCHAIN
:
clang-10-20
# cmake flags we use for all dune moudle - important is that build shared libs is set (need some better way of doi
DUNECI_CMAKE_FLAGS
:
$DUNE_CMAKE_FLAGS
tags
:
[
duneci
]
#debian:10 gcc-7-17:
# This image has Vc
# image: duneci/debian:10
...
...
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