Added an appveyor pipeline configure file to allow for a side by side build of both the windows and linux application.

This commit is contained in:
Matthew Budd 2020-05-15 16:06:18 -04:00
parent bcbac77084
commit 8339508f21
3 changed files with 9 additions and 1 deletions

8
appveyor.yml Normal file
View File

@ -0,0 +1,8 @@
version: 1.0.{build}
image:
- Visual Studio 2019
- Ubuntu2004
#- Ubuntu1804
build_script:
- cmd: msbuild "./vc/vc14_fceux.sln"
- sh: ./pipelines/linux_build.sh

View File

@ -12,5 +12,5 @@ pool:
steps:
- script: |
./azure/linux_build.sh
./pipelines/linux_build.sh
displayName: 'make'