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

35 lines
842 B

  1. sudo: false
  2. language: python
  3. os:
  4. - linux
  5. git:
  6. depth: false
  7. stages:
  8. - build
  9. jobs:
  10. include:
  11. - name: "Arduino Build"
  12. if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
  13. stage: build
  14. script: bash $TRAVIS_BUILD_DIR/.github/scripts/on-push.sh
  15. - name: "PlatformIO Build"
  16. if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
  17. stage: build
  18. script: bash $TRAVIS_BUILD_DIR/.github/scripts/on-push.sh 1 1
  19. notifications:
  20. email:
  21. on_success: change
  22. on_failure: change
  23. webhooks:
  24. urls:
  25. - https://webhooks.gitter.im/e/60e65d0c78ea0a920347
  26. on_success: change # options: [always|never|change] default: always
  27. on_failure: always # options: [always|never|change] default: always
  28. on_start: false # default: false