.appveyor.yml 936 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. version: '{build}'
  2. environment:
  3. matrix:
  4. - MSYSTEM: MINGW64
  5. CPU: x86_64
  6. MSVC: amd64
  7. CONFIG_FLAGS: --enable-debug
  8. - MSYSTEM: MINGW64
  9. CPU: x86_64
  10. CONFIG_FLAGS: --enable-debug
  11. - MSYSTEM: MINGW32
  12. CPU: i686
  13. MSVC: x86
  14. CONFIG_FLAGS: --enable-debug
  15. - MSYSTEM: MINGW32
  16. CPU: i686
  17. CONFIG_FLAGS: --enable-debug
  18. - MSYSTEM: MINGW64
  19. CPU: x86_64
  20. MSVC: amd64
  21. - MSYSTEM: MINGW64
  22. CPU: x86_64
  23. - MSYSTEM: MINGW32
  24. CPU: i686
  25. MSVC: x86
  26. - MSYSTEM: MINGW32
  27. CPU: i686
  28. install:
  29. - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
  30. - if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSVC%
  31. - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
  32. build_script:
  33. - bash -c "autoconf"
  34. - bash -c "./configure $CONFIG_FLAGS"
  35. - mingw32-make
  36. - file lib/jemalloc.dll
  37. - mingw32-make tests
  38. - mingw32-make -k check