-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (26 loc) · 756 Bytes
/
appveyor.yml
File metadata and controls
32 lines (26 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: "1.0.{build}"
stack: go 1.15
clone_folder: c:\gopath\src\github.com\capnspacehook\taskmaster
environment:
GOPATH: c:\gopath
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: 386
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: amd64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GOARCH: 386
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GOARCH: amd64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GOARCH: 386
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GOARCH: amd64
platform:
- x64
build_script:
- cd c:\gopath\src\github.com\capnspacehook\taskmaster
- go build
test_script:
- cd c:\gopath\src\github.com\capnspacehook\taskmaster
- go test -cover