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
26 lines
382 B
version: 1.0.{build}
|
|
|
|
# branches:
|
|
# only:
|
|
# - master
|
|
# - production
|
|
# except:
|
|
# - gh-pages
|
|
|
|
image: Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
|
|
clone_folder: c:\projects\clipp
|
|
|
|
install:
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- cd test
|
|
- python run_tests.py -c msvc --clean
|
|
|
|
|