Skip to content

Commit a577d12

Browse files
committed
Generate parse* fallback files.
1 parent a666b57 commit a577d12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ before_deploy:
99
- GOOS=windows GOARCH=386 go build -o b4a.exe -v github.com/back4app/parse-cli
1010
- GOOS=linux GOARCH=386 go build -o b4a_linux -v github.com/back4app/parse-cli
1111
- GOOS=linux GOARCH=arm go build -o b4a_linux_arm -v github.com/back4app/parse-cli
12+
- cp b4a parse
13+
- cp b4a.exe parse.exe
14+
- cp b4a_linux parse_linux
15+
- cp b4a_linux_arm parse_linux_arm
1216
deploy:
1317
provider: releases
1418
api_key:
@@ -19,6 +23,10 @@ deploy:
1923
- b4a.exe
2024
- b4a_linux
2125
- b4a_linux_arm
26+
- parse
27+
- parse.exe
28+
- parse_linux
29+
- parse_linux_arm
2230
skip_cleanup: true
2331
on:
2432
repo: back4app/parse-cli

0 commit comments

Comments
 (0)