diff options
-rw-r--r-- | .appveyor.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..0d7e18d83 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,14 @@ +version: 3.1.{build} +environment: + matrix: + - COMPILER: mingw + MINGW_DIR: c:\msys64\mingw32 + +before_build: + - set Path=%MINGW_DIR%\bin;%Path% + +build_script: + - set Path=%MINGW_DIR%\bin;c:\msys64\usr\bin; + - bash autogen.sh + - cd src/lib + - make |