Feat: travis ci deploy
This commit is contained in:
parent
2585e86a31
commit
d0f04ca88e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ git:
|
|||
depth: 1
|
||||
install:
|
||||
- go get github.com/rakyll/statik
|
||||
- sudo apt-get install -y install gcc-mingw-w64-x86-64
|
||||
- sudo apt-get install -y gcc-arm-linux-gnueabihf
|
||||
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
||||
- sudo apt-get -y install gcc-arm-linux-gnueabihf
|
||||
before_script:
|
||||
- statik -src=models -f
|
||||
- chmod +x ./build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue