Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
ff6ef758
Commit
ff6ef758
authored
Apr 13, 2021
by
Dennis Gläser
Browse files
[ci] remove default yml
use the generator script from the template instead
parent
db3068f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
deleted
100644 → 0
View file @
db3068f3
default
:
image
:
$IMAGE
stages
:
-
build
-
test
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE=="parent_pipeline"
build dumux
:
stage
:
build
script
:
-
dunecontrol --opts=$DUNE_OPTS_FILE --current all
-
dunecontrol --opts=$DUNE_OPTS_FILE --current make -k -j8 build_tests
artifacts
:
paths
:
-
build-cmake
expire_in
:
3 hours
test dumux
:
stage
:
test
script
:
-
cd build-cmake
-
dune-ctest -j8 --no-tests=error
needs
:
-
job
:
build dumux
artifacts
:
true
artifacts
:
reports
:
junit
:
junit/dumux-cmake.xml
Write
Preview
Supports
Markdown
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