16 lines
204 B
YAML
16 lines
204 B
YAML
version: 0.0.0.{build}
|
|
|
|
image:
|
|
- Visual Studio 2017
|
|
- Ubuntu
|
|
- macos
|
|
|
|
platform: x64
|
|
|
|
configuration: Release
|
|
|
|
|
|
|
|
build_script:
|
|
- echo ERROR - Empty default script was executed!
|
|
- exit 1 |