Merge branch 'master' of https://github.com/miguelbalboa/rfid
This commit is contained in:
26
.travis.yml
Normal file
26
.travis.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "~/.platformio"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- PLATFORMIO_CI_SRC=examples/ChangeUID/ChangeUID.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/DumpInfo/DumpInfo.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/firmware_check/firmware_check.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/FixBrickedUID/FixBrickedUID.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/MifareClassicValueBlock/MifareClassicValueBlock.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/ReadAndWrite/ReadAndWrite.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/ReadUidMultiReader/ReadUidMultiReader.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/rfid_default_keys/rfid_default_keys.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/rfid_write_personal_data/rfid_write_personal_data.ino
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -U platformio
|
||||||
|
|
||||||
|
script:
|
||||||
|
- platformio ci --lib=. --board=uno --board=megaatmega1280
|
||||||
Reference in New Issue
Block a user