mirror of
https://github.com/containers/podman.git
synced 2026-01-31 09:21:40 -05:00
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.25.0 to 1.28.0. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.25.0...v1.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
version: 0.1.{build}
|
|
|
|
image: Visual Studio 2019
|
|
|
|
clone_folder: c:\gopath\src\github.com\Microsoft\hcsshim
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
PATH: "%GOPATH%\\bin;C:\\gometalinter-2.0.12-windows-amd64;%PATH%"
|
|
GOPROXY: 'off'
|
|
GOFLAGS: '-mod=vendor'
|
|
|
|
stack: go 1.15
|
|
|
|
build_script:
|
|
- appveyor DownloadFile https://github.com/alecthomas/gometalinter/releases/download/v2.0.12/gometalinter-2.0.12-windows-amd64.zip
|
|
- 7z x gometalinter-2.0.12-windows-amd64.zip -y -oC:\ > NUL
|
|
- gometalinter.exe --config .gometalinter.json ./...
|
|
- go build ./cmd/containerd-shim-runhcs-v1
|
|
- go build ./cmd/runhcs
|
|
- go build ./cmd/tar2ext4
|
|
- go build ./cmd/wclayer
|
|
- go build ./cmd/device-util
|
|
- go build ./internal/tools/grantvmgroupaccess
|
|
- go build ./internal/tools/uvmboot
|
|
- go build ./internal/tools/zapdir
|
|
- go test -gcflags=all=-d=checkptr -v ./... -tags admin
|
|
- cd test
|
|
- go test -gcflags=all=-d=checkptr -v ./internal -tags admin
|
|
- go test -gcflags=all=-d=checkptr -c ./containerd-shim-runhcs-v1/ -tags functional
|
|
- go test -gcflags=all=-d=checkptr -c ./cri-containerd/ -tags functional
|
|
- go test -gcflags=all=-d=checkptr -c ./functional/ -tags functional
|
|
- go test -gcflags=all=-d=checkptr -c ./runhcs/ -tags functional
|
|
- go build -o sample-logging-driver.exe ./cri-containerd/helpers/log.go
|
|
|
|
artifacts:
|
|
- path: 'containerd-shim-runhcs-v1.exe'
|
|
- path: 'runhcs.exe'
|
|
- path: 'tar2ext4.exe'
|
|
- path: 'device-util.exe'
|
|
- path: 'wclayer.exe'
|
|
- path: 'grantvmgroupaccess.exe'
|
|
- path: 'uvmboot.exe'
|
|
- path: 'zapdir.exe'
|
|
- path: './test/containerd-shim-runhcs-v1.test.exe'
|
|
- path: './test/cri-containerd.test.exe'
|
|
- path: './test/functional.test.exe'
|
|
- path: './test/runhcs.test.exe'
|
|
- path: './test/sample-logging-driver.exe'
|