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.

16 lines
391B

  1. os: linux
  2. dist: bionic
  3. languages: c++
  4. compiler: gcc
  5. before_install:
  6. - sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
  7. install:
  8. - sh ${TRAVIS_BUILD_DIR}/.travis/install.sh
  9. script:
  10. - sh ${TRAVIS_BUILD_DIR}/.travis/script-linux.sh
  11. #- sh ${TRAVIS_BUILD_DIR}/.travis/script-macos.sh
  12. - sh ${TRAVIS_BUILD_DIR}/.travis/script-win32.sh
  13. - sh ${TRAVIS_BUILD_DIR}/.travis/script-win64.sh