.travis.yml 372 B

123456789101112131415161718192021
  1. dist: focal
  2. language: c
  3. compiler: gcc
  4. sudo: false
  5. addons:
  6. apt:
  7. packages:
  8. - clang
  9. - clang-format
  10. - libsystemd-dev
  11. - libdbus-1-dev
  12. - meson
  13. artifacts:
  14. paths:
  15. - $(git ls-files -o | tr "\n" ":")
  16. script:
  17. - ./scripts/format-check.sh
  18. - ./bootstrap.sh -Dwith-examples=true
  19. - gamemoded -v
  20. - ./scripts/static-analyser-check.sh