2017-12-21 11:37:35 +00:00
|
|
|
version: 0.1.{build}
|
|
|
|
|
|
|
|
shallow_clone: true
|
|
|
|
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
environment:
|
|
|
|
makefile_location: "."
|
|
|
|
makefile_name: makefile.libretro
|
|
|
|
target_name: fceumm
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
- release
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- windows_msvc2017_uwp_x64
|
|
|
|
- windows_msvc2017_uwp_x86
|
|
|
|
- windows_msvc2017_uwp_arm
|
|
|
|
- windows_msvc2017_desktop_x64
|
|
|
|
- windows_msvc2017_desktop_x86
|
|
|
|
|
|
|
|
init:
|
|
|
|
- set Path=C:\msys64\usr\bin;%Path%
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cd %makefile_location%
|
|
|
|
- make -f %makefile_name% platform=%platform%
|
|
|
|
|
|
|
|
artifacts:
|
2017-12-21 11:40:28 +00:00
|
|
|
- path: '**\%target_name%*.dll'
|
|
|
|
- path: '**\%target_name%*.lib'
|
|
|
|
- path: '**\%target_name%*.pdb'
|
2017-12-21 11:38:08 +00:00
|
|
|
- path: '**\libretro.h'
|