Skip to content
Snippets Groups Projects
Commit 448b411d authored by Brad King's avatar Brad King
Browse files

gitlab-ci: add a job to upload source packages

parent 45633a62
No related merge requests found
......@@ -52,6 +52,17 @@ prep:doc:
- .cmake_doc_artifacts
- .run_only_for_package
upload:source:
extends:
- .rsync_upload
- .run_only_for_package
dependencies:
- prep:source
needs:
- prep:source
variables:
RSYNC_DESTINATION: dev
# Lint builds
build:debian10-iwyu:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment