You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
325B

  1. version: 1.0.{build}
  2. image: Visual Studio 2017
  3. test: off
  4. environment:
  5. MSYSTEM: MINGW64
  6. artifacts:
  7. - path: dist\*.zip
  8. cache:
  9. - c:\tmp\Rack
  10. install:
  11. - set PATH=C:\msys64\usr\bin;%PATH%
  12. - pacman -S --noconfirm zip unzip mingw-w64-x86_64-cmake
  13. build_script:
  14. - bash -l %APPVEYOR_BUILD_FOLDER%\scripts\appveyor-build.sh