Skip to content
Snippets Groups Projects
Commit 3cad0abf authored by ale's avatar ale
Browse files

ci: build the packages

parent 010403ed
Branches
No related tags found
Loading
Pipeline #
image: "ai/test:go"
stages:
- test
- build_src
- build_pkg
- upload
run_tests:
stage: test
image: "ai/test:go"
script: "go test -v ."
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