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
57169d5c
Commit
57169d5c
authored
Feb 22, 2019
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI job for running Python tests
parent
32367f0a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
No files found.
.gitlab-ci.yml
View file @
57169d5c
...
...
@@ -184,6 +184,13 @@ test:unit-tests:
-
$CI_PROJECT_DIR/build-cmake/dune/dorie/test
expire_in
:
1 day
test:python-tests:
<<
:
*test
dependencies
:
[]
script
:
-
$DUNECONTROL --only=dorie configure
-
$DUNECONTROL --only=dorie make test_python
# --- Deploy jobs ---
deploy:dockerhub-devel: &deploy
stage
:
deploy
...
...
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