Audio plugin host https://kx.studio/carla
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.

14 lines
402B

  1. sudo: true
  2. language: cpp
  3. compiler: gcc
  4. #matrix:
  5. #include:
  6. #- env: TARGET_OS=win32
  7. #- env: TARGET_OS=win64
  8. before_install:
  9. - sh ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.before_install.sh
  10. install:
  11. - sh ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.install.sh
  12. script:
  13. - sh ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.script.sh