mirror of https://github.com/cloudreve/Cloudreve
Feat: travis ci deploy
parent
d0f04ca88e
commit
de3a61561a
|
@ -6,7 +6,7 @@ git:
|
||||||
install:
|
install:
|
||||||
- go get github.com/rakyll/statik
|
- go get github.com/rakyll/statik
|
||||||
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
||||||
- sudo apt-get -y install gcc-arm-linux-gnueabihf
|
- sudo apt-get -y install gcc-arm-linux-gnueabihf,libc6-armhf
|
||||||
before_script:
|
before_script:
|
||||||
- statik -src=models -f
|
- statik -src=models -f
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
|
@ -18,7 +18,7 @@ deploy:
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: release/*
|
file: release/*
|
||||||
draft: true
|
draft: true
|
||||||
cleanup: true
|
skip_cleanup: true
|
||||||
# script:
|
# script:
|
||||||
# - go test -coverprofile=coverage.txt -covermode=atomic ./...
|
# - go test -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
# after_success:
|
# after_success:
|
||||||
|
|
Loading…
Reference in New Issue