mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
ADD: first try for an appveyor file targetting mingw
This commit is contained in:
parent
e069d740e3
commit
517fbd5d9d
1 changed files with 16 additions and 0 deletions
16
appveyor.yml
Normal file
16
appveyor.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
os: Windows Server 2012
|
||||
platform: x64
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install:
|
||||
- cinst make
|
||||
- cinst mingw
|
||||
|
||||
before_build:
|
||||
- make clean
|
||||
|
||||
build:
|
||||
- make all
|
Loading…
Reference in a new issue