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:
parent
09482d53fe
commit
a1f433b1b4
5 changed files with 45 additions and 5 deletions
18
appveyor.yml
Normal file
18
appveyor.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue