能源管控程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

31 行
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