Skip to content

Commit cd100e1

Browse files
committed
[build] update circleci
1 parent ebabcc8 commit cd100e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ jobs:
4242
- attach_workspace:
4343
at: ./ui/dist
4444
- run: go get -v -t -d ./...
45-
- run: ./release.sh
45+
- run:
46+
working_directory: cmd/ssl-game-controller
47+
command: |
48+
GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
49+
GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
50+
GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
4651
- run: ll release && tree release
4752

4853

0 commit comments

Comments
 (0)