proxmark3/CI
pwpiwi c85805b8a2
update CI/.travis.yml (#929)
* drop checks for MacOS 10.11 and 10.12
* add checks for Ubuntu 16.04 and 18.04
* add libnewlib-arm-none-eabi as prerequisite on Ubuntu
2020-04-09 09:19:25 +02:00
..
.travis.yml update CI/.travis.yml (#929) 2020-04-09 09:19:25 +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 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