mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 16:34:04 +00:00
Use mod vendor for vendored directory (backwards compatible)
This commit is contained in:
27
vendor/github.com/rs/xid/.appveyor.yml
generated
vendored
Normal file
27
vendor/github.com/rs/xid/.appveyor.yml
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user