Appveyor support (#2)

This commit is contained in:
Tamási Benjamin
2017-06-20 16:03:55 +02:00
committed by zagrodzki
parent 00e8f24bda
commit aa64bae804
3 changed files with 24 additions and 0 deletions

8
appveyor.yml Normal file
View File

@@ -0,0 +1,8 @@
platform: x64
clone_folder: C:\msys64\go\src\github.com\google\gousb
install:
- C:\msys64\usr\bin\bash.exe -lc "cd /go/src/github.com/google/gousb/ && .appveyor/./install.sh"
build: off