19 lines
229 B
YAML
19 lines
229 B
YAML
image: Visual Studio 2015
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
install:
|
|
- script\configure.cmd
|
|
- msbuild runtime.vcxproj
|
|
- msbuild compiler.vcxproj
|
|
- msbuild tests.vcxproj
|
|
|
|
test_script:
|
|
|
|
build: off
|