]> git.zerfleddert.de Git - proxmark3-svn/blame - CI/readme.md
Merge pull request #926 from pwpiwi/fix_iso15693_fpga
[proxmark3-svn] / CI / readme.md
CommitLineData
58f0ae45 1# How to configure continuous integration
2
3Here 2 CI configuration files:
4
51. for [travis](travis-ci.org)
62. for [appveyor](appveyor.com)
7
8It 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
7421ab0b 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"`
58f0ae45 16
17
18## appveyor
19
20- Just copy appveyor.yml file to root and configure it from http://appveyor.com
Impressum, Datenschutz