diff options
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 | |
parent | 87a5ae3f617055c58d4b7e9a02ac7a8a03333921 (diff) |
added buildscript
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-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' |