2018-08-18 03:38:52 +02:00
|
|
|
version: 0.1.{build}
|
|
|
|
|
2018-08-18 15:08:29 +02:00
|
|
|
shallow_clone: true
|
|
|
|
|
2018-08-18 03:38:52 +02:00
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
environment:
|
2018-08-18 15:08:29 +02:00
|
|
|
makefile_location: "."
|
|
|
|
makefile_name: makefile.libretro
|
|
|
|
target_name: genesis_plus_gx
|
2018-08-18 03:38:52 +02:00
|
|
|
|
2018-08-18 15:08:29 +02:00
|
|
|
configuration:
|
|
|
|
- release
|
2018-08-18 03:38:52 +02:00
|
|
|
|
2018-08-18 15:08:29 +02:00
|
|
|
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%
|
2018-08-18 03:38:52 +02:00
|
|
|
|
|
|
|
build_script:
|
2018-08-18 15:08:29 +02:00
|
|
|
- cd %makefile_location%
|
|
|
|
- make -f %makefile_name% platform=%platform%
|
2018-08-18 03:38:52 +02:00
|
|
|
|
|
|
|
artifacts:
|
2018-08-18 15:08:29 +02:00
|
|
|
- path: '**\%target_name%*.dll'
|
|
|
|
- path: '**\%target_name%*.lib'
|
|
|
|
- path: '**\%target_name%*.pdb'
|
|
|
|
- path: '**\libretro.h'
|