Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
257 B

  1. language: python
  2. python:
  3. - "3.8"
  4. before_install:
  5. - nvm install 10.15.3
  6. - nvm use 10.15.3
  7. sudo: false
  8. cache:
  9. directories:
  10. - "~/.platformio"
  11. install:
  12. - pip install -U platformio
  13. - platformio update
  14. script:
  15. - platformio run