| 1 | # How to configure continuous integration |
| 2 | |
| 3 | Here 2 CI configuration files: |
| 4 | |
| 5 | 1. for [travis](travis-ci.org) |
| 6 | 2. for [appveyor](appveyor.com) |
| 7 | |
| 8 | It needs to put files from this directory to repository root and then configure CI from appropriate WEB portal. |
| 9 | |
| 10 | ## travis |
| 11 | |
| 12 | - Copy .travis.yml and travis_test_commands.scr files to repository root |
| 13 | - Configure CI from http://travis-ci.org |
| 14 | - It needs to fork https://github.com/Proxmark/homebrew-proxmark3 from your proxmark repository home |
| 15 | - 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"` |
| 16 | |
| 17 | |
| 18 | ## appveyor |
| 19 | |
| 20 | - Just copy appveyor.yml file to root and configure it from http://appveyor.com |