.travis.yml 528 B

12345678910111213141516171819202122232425262728
  1. dist: xenial
  2. language: c
  3. compiler: gcc
  4. sudo: false
  5. addons:
  6. apt:
  7. packages:
  8. - clang
  9. - clang-format
  10. - python3-pip
  11. - python3-setuptools
  12. - libsystemd-dev
  13. - ninja-build
  14. - libdbus-1-dev
  15. artifacts:
  16. paths:
  17. - $(git ls-files -o | tr "\n" ":")
  18. before_script:
  19. - pip3 install wheel
  20. - pip3 install --upgrade 'meson==0.52.0'
  21. - meson --version
  22. script:
  23. - ./scripts/format-check.sh
  24. - ./bootstrap.sh -Dwith-examples=true
  25. - gamemoded -v
  26. - ./scripts/static-analyser-check.sh