-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.cmd
More file actions
12 lines (12 loc) · 984 Bytes
/
build.cmd
File metadata and controls
12 lines (12 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
@set "GOOS=" && set "GOARCH=" && go build ./... && go install ./... && go build -o dist\apigo-engine\win-apigo-engine.exe cmd\apigo-engine\main.go && go build -o dist\apigo-worker\win-apigo-worker.exe cmd\apigo-worker\main.go && go build -o dist\apigo-authentication-service\win-apigo-authentication-service.exe cmd\apigo-authentication-service\main.go && go build -o dist\apigo-authorization-service\win-apigo-authorization-service.exe cmd\apigo-authorization-service\main.go && go build -o dist\apigo-helloworld\win-apigo-helloworld.exe cmd\apigo-helloworld\main.go
REM set GOOS=darwin
REM set GOARCH=amd64
REM go build dist\apigo-engine\mac-apigo-engine cmd\apigo-engine\main.go
REM go build dist\apigo-worker\mac-apigo-worker cmd\apigo-worker\main.go
REM set GOOS=linux
REM set GOARCH=amd64
REM go build dist\apigo-engine\lnx-apigo-engine cmd\apigo-engine\main.go
REM go build dist\apigo-worker\lnx-apigo-worker cmd\apigo-worker\main.go
REM set GOOS=
REM set GOARCH=