17 строки
341 B
YAML
17 строки
341 B
YAML
version: '{branch} build {build}'
|
|
skip_tags: true
|
|
image: Visual Studio 2015
|
|
platform:
|
|
- x64
|
|
- Win32
|
|
configuration: Release
|
|
clone_depth: 50
|
|
clone_folder: c:\projects\sentencepiece
|
|
init:
|
|
build_script:
|
|
- cmd: call test.bat %platform%
|
|
artifacts:
|
|
- path: build\sentencepiece*.exe
|
|
- path: build\sentencepiece*.zip
|
|
- path: python\dist\*.whl
|