Implement Simple CI (#1)

This commit is contained in:
2022-10-26 22:22:28 -04:00
committed by GitHub
parent 9fa4eb31dc
commit 7bdff2fc63
3 changed files with 66 additions and 2 deletions

View File

@ -2,8 +2,7 @@ PROJECTNAME="Bird Bot"
PROJECT_BIN="birdbot"
# Go related variables.
GOBASE=$(shell pwd)
GOBIN=$(GOBASE)/build
GOBIN=./build
GOFILES=$(wildcard *.go)
# Make is verbose in Linux. Make it silent.