.travis.yml 631 B

123456789101112131415161718192021222324
  1. # Copying and distribution of this file, with or without modification,
  2. # are permitted in any medium without royalty provided this notice is
  3. # preserved. This file is offered as-is, without any warranty.
  4. # Names of contributors must not be used to endorse or promote products
  5. # derived from this file without specific prior written permission.
  6. # See YAML format https://en.wikipedia.org/wiki/YAML
  7. # See Travis CI (Continuous Integration) https://docs.travis-ci.com/
  8. language: c
  9. os:
  10. - linux
  11. addons:
  12. apt:
  13. packages:
  14. - cmake
  15. script:
  16. - make toolchain
  17. - make -C target_firmware
  18. - make -C target_firmware clean