提交 2afab102 编写于 作者: H HFO4

Feat: travis ci deploy

上级 213c92b5
......@@ -4,10 +4,20 @@ go:
git:
depth: 1
install:
- go get github.com/rakyll/statik
before_script:
- statik -src=models -f
before_deploy:
- sudo apt install gcc-mingw-w64
- apt-get install gcc-arm-linux-gnueabi
- chmod +x ./build.sh
script:
- ./build.sh -r b
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: release/*
skip_cleanup: true
# script:
# - go test -coverprofile=coverage.txt -covermode=atomic ./...
# after_success:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册