Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
autoca
Commits
b22a0066
Commit
b22a0066
authored
Apr 19, 2020
by
godog
Browse files
Merge branch 'build-deb' into 'master'
Move to ai3/build-deb See merge request
!1
parents
577ffa77
f6b64498
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b22a0066
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
stages
:
-
test
-
build_src
-
build_
pkg
src
-
build_pkg
-
upload
-
upload
_pkg
run_tests
:
stage
:
test
image
:
"
ai/test:bas
e"
image
:
"
debian:stabl
e"
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"
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment