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.

.travis.yml 419B

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