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
ai3
tools
logcat
Commits
0ed35ab1
Commit
0ed35ab1
authored
Oct 22, 2019
by
ale
Browse files
Do not ship source code in binary package; update CI
parent
d2d2becb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0ed35ab1
stages
:
-
build_src
-
build_pkg
-
upload
build:src:
stage
:
build_src
image
:
"
ai/build:base"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
only
:
-
master
build:pkg:
stage
:
build_pkg
image
:
"
ai/build:base"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
only
:
-
master
upload:pkg:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages
-r
ai3"
dependencies
:
-
build:pkg
only
:
-
master
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
debian/rules
View file @
0ed35ab1
...
...
@@ -4,3 +4,7 @@ export DH_GOPKG = git.autistici.org/ai/logcat
%:
dh $@ --buildsystem=golang --with=golang
override_dh_auto_install:
dh_auto_install
$(RM) -rv debian/logcat/usr/share/gocode
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