diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..b638e9e02 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,8 @@ +environment: + matrix: + - TARGET: cygwin-gcc + BUILD_ENVIRONMENT: cygwin + +build_script: + - sh: make +