1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] add AppVeyor CI support

This commit is contained in:
Pete Batard 2016-08-05 17:30:49 +02:00
parent 09482d53fe
commit a1f433b1b4
5 changed files with 45 additions and 5 deletions

18
appveyor.yml Normal file
View file

@ -0,0 +1,18 @@
version: 1.0.{build}
configuration:
- Debug
- Release
platform:
- x86_32
- x86_64
build:
project: rufus.sln
parallel: true
verbosity: detailed
install:
- cmd: >-
xcopy /S C:\projects\rufus C:\msys64\home\appveyor\
build_script:
- cmd: >-
_appveyor_msvc.cmd
_appveyor_mingw.cmd