Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
ecfb0b75
Commit
ecfb0b75
authored
5 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Fix type in dune-control & use perftool tag for dune-testtools
parent
f8340d32
No related branches found
No related tags found
1 merge request
!1
Use pdelab dynamic power grid function space
Pipeline
#21008
canceled
5 years ago
Stage: setup
Stage: build
Stage: unit_test
Stage: system_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-7
8 additions, 7 deletions
.gitlab-ci.yml
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
8
−
7
View file @
ecfb0b75
...
...
@@ -26,6 +26,7 @@ stages:
-
dune_all() { dune_configure $1 ; dune_make $1 ; }
tags
:
-
"
cores:4"
-
"
perftool"
artifacts
:
paths
:
-
source
...
...
@@ -77,11 +78,11 @@ stages:
-
git clone https://gitlab.dune-project.org/core/dune-localfunctions
-
git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-typetree
-
git clone https://gitlab.dune-project.org/staging/dune-functions
#
- git clone -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools
-
git clone -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools
-
git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-pdelab
-
git clone -b support/dune-copasi https://gitlab.dune-project.org/santiago.ospina/dune-multidomaingrid
# make required dune modules
#
- dune_all dune-testtools
-
dune_all dune-testtools
-
dune_all dune-logging
-
dune_all dune-pdelab
-
dune_all dune-multidomaingrid
...
...
@@ -89,15 +90,15 @@ stages:
.build
:
&build
stage
:
build
script
:
-
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi all
-
$
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi all
.unit_test
:
&unit_test
stage
:
unit_test
script
:
-
echo 'CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=Debug"' >> /duneci/cmake-flags/dune_copasi.opts
-
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi configure
-
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi make --target build_unit_tests
-
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "unit"
-
$
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi configure
-
$
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi make --target build_unit_tests
-
$
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "unit"
artifacts
:
paths
:
-
build/dune-copasi/test
...
...
@@ -106,7 +107,7 @@ stages:
.system_test
:
&system_test
stage
:
system_test
script
:
-
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
-
$
DUNECONTROL --opts=/duneci/dune.opts --only=dune-copasi bexec ctest -j4 -L "DUNE_SYSTEMTEST"
artifacts
:
paths
:
-
build/dune-copasi/test
...
...
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