Skip to content
Snippets Groups Projects
Commit 176ca86c authored by ale's avatar ale
Browse files

parallel jessie/stretch CI build

parent 4bb60e73
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,28 @@ upload:pkg:
dependencies:
- build:pkg
build:src-stretch:
stage: build_src
image: "ai/build:stretch"
script: "build-dsc"
artifacts:
paths:
- build-deb/
build:pkg-stretch:
stage: build_pkg
image: "ai/build:stretch"
script: "build-deb"
dependencies:
- build:src-stretch
artifacts:
paths:
- output-deb/
upload:pkg-stretch:
stage: upload
image: "ai/pkg:base"
script: "upload-packages"
dependencies:
- build:pkg-stretch
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