mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-12 17:46:59 -07:00
move travis files
This commit is contained in:
parent
b1c0f02098
commit
58f0ae45c1
3 changed files with 19 additions and 0 deletions
19
CI/readme.md
Normal file
19
CI/readme.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# How to configure continuous integration
|
||||
|
||||
Here 2 CI configuration files:
|
||||
|
||||
1. for [travis](travis-ci.org)
|
||||
2. for [appveyor](appveyor.com)
|
||||
|
||||
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 clone https://github.com/Proxmark/homebrew-proxmark3 from your proxmark repository home
|
||||
|
||||
|
||||
## appveyor
|
||||
|
||||
- Just copy appveyor.yml file to root and configure it from http://appveyor.com
|
Loading…
Add table
Add a link
Reference in a new issue