17 lines
166 B
YAML
17 lines
166 B
YAML
image: Visual Studio 2017
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
install:
|
|
- script\configure.cmd
|
|
|
|
test_script:
|
|
- script\test.cmd
|
|
|
|
build: off
|