mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: travis ci deploy
This commit is contained in:
@@ -7,11 +7,12 @@ install:
|
|||||||
- go get github.com/rakyll/statik
|
- go get github.com/rakyll/statik
|
||||||
before_script:
|
before_script:
|
||||||
- statik -src=models -f
|
- statik -src=models -f
|
||||||
|
script:
|
||||||
|
- ./build.sh -r b
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- sudo apt install gcc-mingw-w64
|
- sudo apt install gcc-mingw-w64
|
||||||
- apt-get install gcc-arm-linux-gnueabi
|
- apt-get install gcc-arm-linux-gnueabi
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh -r b
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user