DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
371B

  1. cache:
  2. directories:
  3. - ${HOME}/debs
  4. jobs:
  5. # linux native build
  6. - name: "Linux native"
  7. os: linux
  8. compiler: gcc
  9. dist: bionic
  10. env:
  11. - TARGET="linux"
  12. services:
  13. - xvfb
  14. before_install:
  15. - bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
  16. install:
  17. - bash ${TRAVIS_BUILD_DIR}/.travis/install.sh
  18. script:
  19. - make
  20. - make -C tests