Skip to content

Commit

Permalink
Merge pull request #22 from Aftnet/master
Browse files Browse the repository at this point in the history
Appveyor CI
  • Loading branch information
inactive123 committed Dec 21, 2017
2 parents be2dcc5 + 3c28b71 commit 415e97e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
33 changes: 33 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 0.1.{build}

shallow_clone: true

image: Visual Studio 2017

environment:
makefile_location: "."
makefile_name: Makefile
target_name: mednafen_wswan

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'
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[![Build Status](https://travis-ci.org/libretro/beetle-wswan-libretro.svg?branch=master)](https://travis-ci.org/libretro/beetle-wswan-libretro)
[![Build status](https://ci.appveyor.com/api/projects/status/9xjw8t7gd001d3na/branch/master?svg=true)](https://ci.appveyor.com/project/bparker06/beetle-wswan-libretro/branch/master)

# Beetle Wonderswan

0 comments on commit 415e97e

Please sign in to comment.