From 1b0b9de183f689085af25b95e849441dd5e4d1b5 Mon Sep 17 00:00:00 2001 From: vanklompf Date: Mon, 15 Jan 2018 00:45:07 +0100 Subject: [PATCH] Add travis support using some boards and examples --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fb27eb8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: python +python: + - "2.7" + +sudo: false +cache: + directories: + - "~/.platformio" + +install: + - pip install -U platformio + +env: + - PLATFORMIO_CI_SRC=examples/Sprite/Transparent_Sprite_Demo + - PLATFORMIO_CI_SRC="examples/160 x 128/Arduino_Life" + +script: + - platformio ci --lib="." --board=nodemcuv2 --board=nodemcu-32s