.travis.yml 370 B

1234567891011121314151617181920212223
  1. dist: xenial
  2. language: c
  3. compiler: gcc
  4. sudo: false
  5. addons:
  6. apt:
  7. packages:
  8. - clang-format
  9. - python3-pip
  10. - python3-setuptools
  11. - libsystemd-dev
  12. - ninja-build
  13. before_script:
  14. - pip3 install wheel
  15. - pip3 install meson
  16. - meson --version
  17. script:
  18. - ./scripts/format-check.sh
  19. - ./bootstrap.sh -Dwith-examples=true
  20. - gamemoded -v