能源管控程序
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.
 
 
 
 
 
 

31 lines
423 B

  1. language: python
  2. python:
  3. - 2.7
  4. sudo: false
  5. cache:
  6. directories:
  7. - ~/.platformio
  8. # update Makefile if target boards added
  9. env:
  10. - PLATFORMIO_BOARD=uno
  11. - PLATFORMIO_BOARD=due
  12. - PLATFORMIO_BOARD=huzzah
  13. - PLATFORMIO_BOARD=genuino101
  14. - PLATFORMIO_BOARD=teensy31
  15. install:
  16. - pip install -U platformio
  17. before_script:
  18. - env
  19. - echo $HOME
  20. - echo $TRAVIS_BUILD_DIR
  21. - ls -al $PWD
  22. script:
  23. - make build