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.

29 lines
394B

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