mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
17 lines
230 B
YAML
17 lines
230 B
YAML
os: Windows Server 2012
|
|
platform: mingw
|
|
qt: mingw492_32
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- set QTDIR=C:\Qt\5.5\mingw492_32
|
|
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
|
|
|
|
before_build:
|
|
- make clean
|
|
|
|
build:
|
|
- make all
|