proxmark3/CI
2018-10-26 14:43:06 +02:00
..
.travis.yml update travis config (#662) 2018-09-06 07:38:38 +02: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 move travis files 2018-01-05 11:51:51 +02: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