mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-27 18:38:03 +08:00
Start fixing AppVeyor
This commit is contained in:
parent
8c9facb7b5
commit
2419ac3af9
2 changed files with 8 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# .gitignore
|
||||
# don't push these files to the repository
|
||||
|
||||
.idea
|
||||
.history
|
||||
*.log
|
||||
*.eml
|
||||
|
|
23
appveyor.yml
23
appveyor.yml
|
@ -1,17 +1,8 @@
|
|||
os: Windows Server 2012
|
||||
platform: mingw
|
||||
qt: mingw492_32
|
||||
version: 1.0.{build}
|
||||
init:
|
||||
- cmd: >-
|
||||
set QTDIR=C:\Qt\5.5\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
|
||||
set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin
|
||||
build_script:
|
||||
- cmd: make
|
||||
|
|
Loading…
Reference in a new issue