forked from wk8/go-win-iscsidsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (24 loc) · 758 Bytes
/
appveyor.yml
File metadata and controls
33 lines (24 loc) · 758 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
33
build: off
clone_folder: c:\gopath\src\github.com\wk8\go-win-iscsidsc
environment:
GOPATH: c:\gopath
matrix:
# see https://www.appveyor.com/docs/windows-images-software/#golang
- GOROOT: C:\go
GO_WIN_ISCSI_GOBIN: c:\go\bin\go
- GOROOT: C:\go112
GO_WIN_ISCSI_GOBIN: c:\go112\bin\go
- GOROOT: C:\go111
GO_WIN_ISCSI_GOBIN: c:\go111\bin\go
cache:
# contains glide's cache
- '%USERPROFILE%\.glide'
before_test:
- powershell -File hack/start_iscsi_services.ps1
- powershell -File hack/deps.ps1
test_script:
- powershell -File hack/unit_tests.ps1
- powershell -File hack/integration_tests.ps1
- powershell -File hack/lint.ps1 -UpdateTools
after_test:
- powershell -File hack/teardown_iscsi_targets.ps1