Skip to content
Snippets Groups Projects
Commit 1767642c authored by ale's avatar ale
Browse files

ci: initial config

parent b8d64d00
Branches
No related tags found
No related merge requests found
stages:
- test
- build_src
- build_pkg
- upload
run_tests:
stage: test
image: "ai/test:base"
script:
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev"
- "(cd pam && ./configure && make)"
- "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