index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
build.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2020-03-31 18:57:12 +0200
committer
Toni Uhlig <matzeton@googlemail.com>
2024-02-02 11:51:28 +0100
commit
83816c2d44c2001eafbb9b118042ba46096c5d00
(
patch
)
tree
9b250f0d72ef5c84a28ff553fda778f7c0007ff1
/
build.sh
parent
87a5ae3f617055c58d4b7e9a02ac7a8a03333921
(
diff
)
added buildscript
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
(limited to 'build.sh')
-rwxr-xr-x
build.sh
4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 00000000..4bf8771c
--- /dev/null
+++ b/
build.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd "$(dirname ${0})"
+go-1.14.1 build -ldflags='-s -w' -tags='sqlite pam'