work towards automated builds
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
760b82a067
commit
a39a454abe
5
Makefile
5
Makefile
|
@ -23,10 +23,13 @@ build-release:
|
|||
go get -v -u -x .
|
||||
go build
|
||||
|
||||
# This will update all your git repos to HEAD
|
||||
goGetUpdate:
|
||||
GO111MODULE="off" go get -v -u .
|
||||
|
||||
build:
|
||||
-mkdir -p plugins/
|
||||
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
|
||||
# GO111MODULE="off" go get -v -x .
|
||||
GO111MODULE="off" go build -v
|
||||
|
||||
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)
|
||||
|
|
Loading…
Reference in New Issue