2021-01-31 13:31:35 +01:00
|
|
|
test:
|
2021-07-09 07:54:27 +02:00
|
|
|
go test -cover ./...
|
2021-01-31 13:31:35 +01:00
|
|
|
|
2021-07-24 08:43:05 +02:00
|
|
|
deploy-service: test
|
2021-09-19 08:50:09 +02:00
|
|
|
GOARCH=386 go build -o gte-daemon ./cmd/daemon/service.go
|
|
|
|
scp gte-daemon wittekastje:/home/erik/bin/gte-daemon
|
|
|
|
ssh wittekastje /home/erik/bin/deploy-gte-daemon.sh
|
2021-07-09 07:54:27 +02:00
|
|
|
|
2021-07-24 08:43:05 +02:00
|
|
|
install-cli: test
|
2021-07-09 07:54:27 +02:00
|
|
|
go build -o gte ./cmd/cli/main.go
|
|
|
|
mv gte ${HOME}/bin
|