Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoks
ewoksppf
Commits
853fa3f1
Commit
853fa3f1
authored
Aug 09, 2021
by
Wout De Nolf
Browse files
add sdist to ci
parent
925ecb6c
Pipeline
#52304
passed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
853fa3f1
...
...
@@ -4,8 +4,14 @@ include:
test-3.6
:
extends
:
"
.test-3.6"
deploy_docs
:
extends
:
"
.sphinx_and_artifacts"
build_sdist
:
extends
:
"
.build_sdist"
test_sdist-3.6
:
extends
:
"
.test_sdist-3.6"
build_doc
:
extends
:
"
.build_doc"
pages
:
extends
:
"
.pages"
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