Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
ef5fb0dd
Commit
ef5fb0dd
authored
Oct 08, 2016
by
Dion Häfner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build directories after update
parent
512076a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
ef5fb0dd
...
...
@@ -22,7 +22,8 @@ update_dune_job:
script
:
-
export CMAKE_FLAGS="-DCMAKE_CXX_FLAGS='$COMPILER_FLAGS'"
-
./dune-common/bin/dunecontrol update ||
true
-
./dune-common/bin/dunecontrol --module=dorie all
-
./dune-common/bin/dunecontrol --module=dorie make install
-
./dune-common/bin/dunecontrol exec "rm -rf build-cmake"
-
./dune-common/bin/dunecontrol all
-
./dune-common/bin/dunecontrol make install
-
ARGS="--output-on-failure" ./dune-common/bin/dunecontrol --only=dorie make test
stage
:
main
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