mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
commit
b00c69b5d2
2 changed files with 8 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
# .gitignore
|
# .gitignore
|
||||||
# don't push these files to the repository
|
# don't push these files to the repository
|
||||||
|
|
||||||
|
.idea
|
||||||
.history
|
.history
|
||||||
*.log
|
*.log
|
||||||
*.eml
|
*.eml
|
||||||
|
|
23
appveyor.yml
23
appveyor.yml
|
@ -1,17 +1,8 @@
|
||||||
os: Windows Server 2012
|
version: 1.0.{build}
|
||||||
platform: mingw
|
init:
|
||||||
qt: mingw492_32
|
- cmd: >-
|
||||||
|
set QTDIR=C:\Qt\5.5\mingw492_32
|
||||||
|
|
||||||
branches:
|
set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin
|
||||||
only:
|
build_script:
|
||||||
- master
|
- cmd: make
|
||||||
|
|
||||||
install:
|
|
||||||
- set QTDIR=C:\Qt\5.5\mingw492_32
|
|
||||||
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
|
|
||||||
|
|
||||||
before_build:
|
|
||||||
- make clean
|
|
||||||
|
|
||||||
build:
|
|
||||||
- make all
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue