mirror of
https://github.com/libretro/parallel-n64.git
synced 2025-02-16 23:17:36 +00:00
Appveyor
This commit is contained in:
parent
1cd2925f79
commit
8b95b3dba9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
*.a
|
||||
*.o
|
||||
*.dll
|
||||
*.lib
|
||||
*.pdb
|
||||
*.exp
|
||||
*.dylib
|
||||
*.so
|
||||
*.d
|
||||
|
33
appveyor.yml
Normal file
33
appveyor.yml
Normal file
@ -0,0 +1,33 @@
|
||||
version: 0.1.{build}
|
||||
|
||||
shallow_clone: true
|
||||
|
||||
image: Visual Studio 2017
|
||||
|
||||
environment:
|
||||
makefile_location: "."
|
||||
makefile_name: Makefile
|
||||
target_name: parallel_n64_libretro
|
||||
|
||||
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:
|
||||
- path: '**\%target_name%*.dll'
|
||||
- path: '**\%target_name%*.lib'
|
||||
- path: '**\%target_name%*.pdb'
|
||||
- path: '**\libretro.h'
|
Loading…
x
Reference in New Issue
Block a user