mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
4c8d6cffbc
Remove TLS 1.2 fix, as it appears to be integrated into AppVeyor now.
12 lines
259 B
YAML
12 lines
259 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
|