20 lines
308 B
YAML
20 lines
308 B
YAML
|
image: Visual Studio 2015
|
||
|
configuration:
|
||
|
- Debug
|
||
|
- Release
|
||
|
|
||
|
platform:
|
||
|
- Win32
|
||
|
- x64
|
||
|
|
||
|
build:
|
||
|
project: win32\VS2015\libogg_static.sln
|
||
|
parallel: true
|
||
|
verbosity: minimal
|
||
|
|
||
|
after_build:
|
||
|
- cmd: 7z a ogg.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\libogg_static.lib include\ogg\*.h
|
||
|
|
||
|
artifacts:
|
||
|
- path: ogg.zip
|