Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1e36d2

Browse files
committed
ci: add appveyor build (windows)
1 parent a82ac9c commit c1e36d2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appveyor.yml

+19
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)