Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
autoca
Commits
b22a0066
Commit
b22a0066
authored
Apr 19, 2020
by
godog
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
7 additions
and
30 deletions
+7
-30
.gitlab-ci.yml
.gitlab-ci.yml
+7
-30
No files found.
.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
Markdown
is supported
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