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
812ed559
Commit
812ed559
authored
Sep 01, 2016
by
Dion Haefner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed build dir
parent
1574fc80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
.gitlab-ci.yml
+5
-3
No files found.
.gitlab-ci.yml
View file @
812ed559
image
:
dorie/dune-env:2.4
variables
:
CI_PROJECT_DIR
:
"
/opt/dune/"
stages
:
-
build
-
test
build_job
:
script
:
-
/opt/dune
/dune-common/bin/dunecontrol all
-
/opt/dune
/dune-common/bin/dunecontrol make install
-
.
/dune-common/bin/dunecontrol
--only=dorie
all
-
.
/dune-common/bin/dunecontrol
--only=dorie
make install
stage
:
build
test_job
:
script
:
-
/opt/dune
/dune-common/bin/dunecontrol make test
-
.
/dune-common/bin/dunecontrol
--only=dorie
make test
stage
:
test
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