mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-14 09:00:43 +00:00
17 lines
191 B
YAML
17 lines
191 B
YAML
|
version: "{build}"
|
||
|
|
||
|
os: Windows Server 2012 R2
|
||
|
|
||
|
install:
|
||
|
- go version
|
||
|
- go env
|
||
|
|
||
|
build_script:
|
||
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||
|
- go vet ./...
|
||
|
- go test -v ./...
|
||
|
|
||
|
test: off
|
||
|
|
||
|
deploy: off
|