]> git.zerfleddert.de Git - proxmark3-svn/blame - appveyor.yml
chg: appveyor.yml parser doesnt like spaces in the wrong place
[proxmark3-svn] / appveyor.yml
CommitLineData
517fbd5d 1os: Windows Server 2012
2platform: x64
3
4branches:
5 only:
6 - master
7
8install:
9 - cinst make
10 - cinst mingw
11
12before_build:
13 - make clean
14
6c3795a3 15build:
517fbd5d 16 - make all
Impressum, Datenschutz