mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 19:13:20 +01:00
11 lines
258 B
YAML
11 lines
258 B
YAML
|
version: 1.0.{build}
|
||
|
image: Visual Studio 2017
|
||
|
configuration: Release
|
||
|
build_script:
|
||
|
- ps: .\build.bat
|
||
|
test: off
|
||
|
artifacts:
|
||
|
- path: Release/test.zip
|
||
|
name: test.zip
|
||
|
- path: Release/foo_input_vgmstream.fb2k-component
|
||
|
name: foo_input_vgmstream.fb2k-component
|