appveyor.yml 198 B

123456789101112
  1. environment:
  2. CTEST_OUTPUT_ON_FAILURE: 1
  3. matrix:
  4. - BUILD: mingw
  5. install:
  6. - choco install -y mingw
  7. - "SET PATH=C:\\tools\\mingw64\\bin;%PATH%"
  8. build_script:
  9. - python appveyor_build.py