Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
335 B
27 lines
335 B
version: 1.0.0.{build} |
|
|
|
platform: x64 |
|
|
|
branches: |
|
only: |
|
- master |
|
|
|
clone_folder: c:\gopath\src\github.com\rs\xid |
|
|
|
environment: |
|
GOPATH: c:\gopath |
|
|
|
install: |
|
- echo %PATH% |
|
- echo %GOPATH% |
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH% |
|
- go version |
|
- go env |
|
- go get -t . |
|
|
|
build_script: |
|
- go build |
|
|
|
test_script: |
|
- go test |
|
|
|
|