Add experimental appveyor file.
This commit is contained in:
parent
9e2d45b301
commit
27b8312598
1 changed files with 8 additions and 0 deletions
8
.appveyor.yml
Normal file
8
.appveyor.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
environment:
|
||||
matrix:
|
||||
- TARGET: cygwin-gcc
|
||||
BUILD_ENVIRONMENT: cygwin
|
||||
|
||||
build_script:
|
||||
- sh: make
|
||||
|
Loading…
Reference in a new issue