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.

26 lines
382 B

2 years ago
  1. version: 1.0.{build}
  2. # branches:
  3. # only:
  4. # - master
  5. # - production
  6. # except:
  7. # - gh-pages
  8. image: Visual Studio 2017
  9. platform:
  10. - x64
  11. clone_folder: c:\projects\clipp
  12. install:
  13. - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
  14. build: off
  15. test_script:
  16. - cd test
  17. - python run_tests.py -c msvc --clean