.travis.yml 466 B

12345678910111213141516171819202122232425
  1. os: linux
  2. dist: focal
  3. language: c
  4. compiler: gcc
  5. addons:
  6. apt:
  7. packages:
  8. - appstream
  9. - clang
  10. - clang-format
  11. - libinih-dev
  12. - libdbus-1-dev
  13. - libsystemd-dev
  14. - meson
  15. artifacts:
  16. paths:
  17. - $(git ls-files -o | tr "\n" ":")
  18. script:
  19. - ./scripts/format-check.sh
  20. - ./bootstrap.sh -Dwith-examples=true
  21. - meson test -C builddir
  22. - dbus-run-session -- gamemode-simulate-game
  23. - ./scripts/static-analyser-check.sh