mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
ADD: first try for an appveyor file targetting mingw
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user