Feat: travis ci deploy
This commit is contained in:
parent
8c49f40ed2
commit
074522cfda
1 changed files with 2 additions and 1 deletions
|
@ -7,11 +7,12 @@ install:
|
|||
- go get github.com/rakyll/statik
|
||||
before_script:
|
||||
- statik -src=models -f
|
||||
script:
|
||||
- ./build.sh -r b
|
||||
before_deploy:
|
||||
- sudo apt install gcc-mingw-w64
|
||||
- apt-get install gcc-arm-linux-gnueabi
|
||||
- chmod +x ./build.sh
|
||||
- ./build.sh -r b
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
|
|
Loading…
Reference in a new issue