Skip to content

Commit e9df6dc

Browse files
sbinetncw
authored andcommitted
ci: add appveyor build (windows)
1 parent e9ee2ff commit e9df6dc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appveyor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
build: off
2+
3+
clone_folder: c:\gopath\src\github.com\go-python\gpython
4+
5+
branches:
6+
only:
7+
- master
8+
9+
environment:
10+
GOPATH: c:\gopath
11+
PATH: '%GOPATH%\bin;%PATH%'
12+
13+
stack: go 1.10
14+
15+
build_script:
16+
- go get -v -t -race ./...
17+
18+
test_script:
19+
- go test -race ./...

0 commit comments

Comments
 (0)