Add darwin to core and control build scripts

This commit is contained in:
Daniel 2020-07-22 11:14:18 +02:00
parent 084c194da3
commit f9a74b71c7
2 changed files with 4 additions and 0 deletions

View file

@ -70,11 +70,13 @@ function build {
function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows GOARCH=amd64 check
GOOS=darwin GOARCH=amd64 check
}
function build_all {
GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=amd64 build
GOOS=darwin GOARCH=amd64 build
}
case $1 in

View file

@ -70,11 +70,13 @@ function build {
function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows GOARCH=amd64 check
GOOS=darwin GOARCH=amd64 check
}
function build_all {
GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=amd64 build
GOOS=darwin GOARCH=amd64 build
}
case $1 in