aboutsummaryrefslogtreecommitdiffstats
path: root/build/deb/dexon-swarm/deb.rules
diff options
context:
space:
mode:
authorbojie <bojie@dexon.org>2018-12-28 13:15:06 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commit9ca2a528ef0f3819b4921a33a3a2110d291707e0 (patch)
tree5520bb35b6de0ee1844f52f53a55c7b716955f49 /build/deb/dexon-swarm/deb.rules
parentfe239cd01509d340d3450e0275f60f0536ec5455 (diff)
downloadgo-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar.gz
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar.bz2
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar.lz
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar.xz
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.tar.zst
go-tangerine-9ca2a528ef0f3819b4921a33a3a2110d291707e0.zip
app: use gcp storage instead of azure for builds (#81)
* vendor: add dependencies for using GCP storage * app: use gcp storage instead of azure for builds
Diffstat (limited to 'build/deb/dexon-swarm/deb.rules')
-rw-r--r--build/deb/dexon-swarm/deb.rules13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/deb/dexon-swarm/deb.rules b/build/deb/dexon-swarm/deb.rules
new file mode 100644
index 000000000..7f286569e
--- /dev/null
+++ b/build/deb/dexon-swarm/deb.rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_auto_build:
+ build/env.sh /usr/lib/go-1.10/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
+
+override_dh_auto_test:
+
+%:
+ dh $@