appveyor.yml 229 B

123456789101112131415161718
  1. shallow_clone: true
  2. os:
  3. - Visual Studio 2015
  4. environment:
  5. matrix:
  6. - TOOLSET: vs2015
  7. configuration:
  8. - Debug
  9. - Release
  10. install:
  11. tools\bin\windows\genie %TOOLSET%
  12. build:
  13. project: .build/projects/$(TOOLSET)/bx.sln