Skip to content
Snippets Groups Projects
Commit f6b64498 authored by godog's avatar godog
Browse files

Move to ai3/build-deb

parent 577ffa77
No related branches found
No related tags found
1 merge request!1Move to ai3/build-deb
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
stages: stages:
- test - test
- build_src - build_pkgsrc
- build_pkg - build_pkg
- upload - upload_pkg
run_tests: run_tests:
stage: test stage: test
image: "ai/test:base" image: "debian:stable"
script: script:
- "apt-get install -q -y libssl-dev" - "apt update"
- "env DEBIAN_FRONTEND=noninteractive apt-get install -qy python libssl-dev tox"
- "tox -e py27" - "tox -e py27"
build:src:
stage: build_src
image: "ai/build:base"
script: "build-dsc"
artifacts:
paths:
- build-deb/
build:pkg:
stage: build_pkg
image: "ai/build:base"
script: "build-deb"
dependencies:
- build:src
artifacts:
paths:
- output-deb/
upload:pkg:
stage: upload
image: "ai/pkg:base"
script: "upload-packages"
dependencies:
- build:pkg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment