proxmark3/CI
pwpiwi a9104f7e31
Add support for standard USB Smartcard Readers (#765)
* add PCSC interface (pcsc.c and pcsc.h)
* new command 'sc select' to choose an USB Smartcard Reader
* updated CI/.travis.yml accordingly
* remove TCK CRC check in i2c.c It is done in PrintATR() anyway
* Fix TCK CRC check in PrintATR()
* Add PCSC reader support to 'sc info'
2019-01-28 21:54:34 +01:00
..
.travis.yml Add support for standard USB Smartcard Readers (#765) 2019-01-28 21:54:34 +01:00
appveyor.yml inc timeouts (#705) 2018-10-26 14:43:06 +02:00
readme.md fix readme 2018-01-05 13:04:17 +02:00
travis_test_commands.scr adjust CI testscript for new emv commands (#758) 2019-01-16 09:40:35 +01:00

How to configure continuous integration

Here 2 CI configuration files:

  1. for travis
  2. for appveyor

It needs to put files from this directory to repository root and then configure CI from appropriate WEB portal.

travis

  • Copy .travis.yml and travis_test_commands.scr files to repository root
  • Configure CI from http://travis-ci.org
  • It needs to fork https://github.com/Proxmark/homebrew-proxmark3 from your proxmark repository home
  • Put to file proxmark3.rb in line head "https://github.com/proxmark/proxmark3.git" your repository link. As sample: head "https://github.com/merlokk/proxmark3.git"

appveyor