mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-11-03 20:39:32 +08:00
Feat: travis ci deploy
This commit is contained in:
@ -5,8 +5,8 @@ git:
|
|||||||
depth: 1
|
depth: 1
|
||||||
install:
|
install:
|
||||||
- go get github.com/rakyll/statik
|
- go get github.com/rakyll/statik
|
||||||
- sudo apt-get install -y install gcc-mingw-w64-x86-64
|
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
||||||
- sudo apt-get install -y gcc-arm-linux-gnueabihf
|
- sudo apt-get -y install gcc-arm-linux-gnueabihf
|
||||||
before_script:
|
before_script:
|
||||||
- statik -src=models -f
|
- statik -src=models -f
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user