mirror of
https://github.com/niusmallnan/steve.git
synced 2026-02-21 07:32:26 +00:00
Adding build/test phase for CI
This commit is contained in:
3
scripts/build-bin.sh
Normal file
3
scripts/build-bin.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
CGO_ENABLED=0 go build -ldflags "-extldflags -static -s" -o ./bin/steve
|
||||
3
scripts/test.sh
Normal file
3
scripts/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
go test ./...
|
||||
Reference in New Issue
Block a user