mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-21 12:31:05 +00:00
Also fix cdrom provider use of the new diskfs Signed-off-by: Itxaka <itxaka@spectrocloud.com> Signed-off-by: Itxaka <itxaka@spectrocloud.com> Co-authored-by: Itxaka <itxaka@spectrocloud.com>
15 lines
259 B
YAML
Vendored
15 lines
259 B
YAML
Vendored
version: "{build}"
|
|
platform: x64
|
|
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
build_script:
|
|
- go get -t
|
|
- go test
|