Feat: travis ci deploy

pull/247/head
HFO4 4 years ago
parent 213c92b522
commit 2afab1022f

@ -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:

Loading…
Cancel
Save