From a247951d971c3d2a4a3de1f6e4cd6244e19966b5 Mon Sep 17 00:00:00 2001 From: ExMex Date: Fri, 22 Jan 2016 03:00:34 +0100 Subject: [PATCH] Updated buildscript to build with certain tags --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index cf127c2ae..36d68d6d5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,7 +3,7 @@ outPath=./output rm -rf $outPath mkdir $outPath -go build ../gogs.go +go build ../gogs.go -tags "sqlite tidb miniwinsvc cert" PLATFORM=`uname | cut -d _ -f 1` if [ $PLATFORM = "MINGW32" ] || [ $PLATFORM = "MINGW64" ] || [ $PLATFORM = "CYGWIN" ]; then GOGS_EXE=gogs.exe