From 58f0ae45c1f3bbe6d962aece3694c61f78475da3 Mon Sep 17 00:00:00 2001 From: merlokk Date: Fri, 5 Jan 2018 11:51:51 +0200 Subject: [PATCH] move travis files --- .travis.yml => CI/.travis.yml | 0 CI/readme.md | 19 +++++++++++++++++++ .../travis_test_commands.scr | 0 3 files changed, 19 insertions(+) rename .travis.yml => CI/.travis.yml (100%) create mode 100644 CI/readme.md rename travis_test_commands.scr => CI/travis_test_commands.scr (100%) diff --git a/.travis.yml b/CI/.travis.yml similarity index 100% rename from .travis.yml rename to CI/.travis.yml diff --git a/CI/readme.md b/CI/readme.md new file mode 100644 index 00000000..bcfc4542 --- /dev/null +++ b/CI/readme.md @@ -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 diff --git a/travis_test_commands.scr b/CI/travis_test_commands.scr similarity index 100% rename from travis_test_commands.scr rename to CI/travis_test_commands.scr -- 2.39.2