projects
/
pysqlcipher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab5dcf
)
Build package for debian buster
author
Varac
<varac@leap.se>
Wed, 20 Sep 2017 09:33:14 +0000
(11:33 +0200)
committer
Varac
<varac@leap.se>
Wed, 20 Sep 2017 09:33:14 +0000
(11:33 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
94cf7ec
..
26a60a0
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-46,6
+46,17
@@
package:amd64_stretch:
LINTIAN_OPTS: "-X filename-length"
<<: *job_definition
+package:amd64_buster:
+ variables:
+ ARCH: "amd64"
+ DIST: "buster"
+ REPONAMES: "platform,client"
+ # Default is to fail on warnings, we disable it here
+ # unless the lintian warnings are fixed (see #2)
+ LINTIAN_OPTS: "-X filename-length"
+ <<: *job_definition
+
+
package:amd64_zesty:
variables:
ARCH: "amd64"