Carla binary releases 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.

75 lines
2.1KB

  1. language: cpp
  2. os: linux
  3. dist: focal
  4. cache:
  5. directories:
  6. - ${HOME}/PawPawBuilds/builds
  7. - ${HOME}/PawPawBuilds/debs
  8. - ${HOME}/PawPawBuilds/downloads
  9. - ${HOME}/PawPawBuilds/targets/macos
  10. - ${HOME}/PawPawBuilds/targets/macos-universal
  11. - ${HOME}/PawPawBuilds/targets/win32
  12. - ${HOME}/PawPawBuilds/targets/win64
  13. env:
  14. global:
  15. - BOOTSTRAP_VERSION=2
  16. jobs:
  17. ## linux with win32 cross-compilation
  18. #- name: "win32 cross-compiled"
  19. #os: linux
  20. #compiler: gcc
  21. #env:
  22. #- TARGET="win32"
  23. #services:
  24. #- xvfb
  25. ## linux with win64 cross-compilation
  26. #- name: "win64 cross-compiled"
  27. #os: linux
  28. #compiler: gcc
  29. #env:
  30. #- TARGET="win64"
  31. #services:
  32. #- xvfb
  33. ## macOS native intel build
  34. #- name: "macOS native intel"
  35. #os: osx
  36. #osx_image: xcode9.4
  37. #env:
  38. #- TARGET="macos"
  39. # macOS universal build
  40. - name: "macOS universal"
  41. os: osx
  42. osx_image: xcode12.3
  43. env:
  44. - TARGET="macos-universal"
  45. before_install:
  46. - bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
  47. install:
  48. - bash ${TRAVIS_BUILD_DIR}/.travis/install.sh
  49. script:
  50. - echo 1 > ${HOME}/PawPawBuilds/builds/macos-universal/.last-build-version
  51. - bash ${TRAVIS_BUILD_DIR}/build.sh ${TARGET}
  52. deploy:
  53. provider: releases
  54. api_key:
  55. secure: "RXDXPvFeD1Dx6gpbAkNzXJysdIDZANVd/DqGI8U9a1Ul75HyUV3h8pBpoAP180UnSdQaAOzmACSQoIgbdeFptovUuXL3nbEqAXCQcbykcbXAQ1SzO0xmT4WrJ7Uk9Z7T6MadzwYPmna8cCBNL2cT24D4N9rlH/FV+DoY9hpkf9TuE0FLXCXPhLsT+OxIOCblwoaZODuAgYLNaohfEwxow1GXwjKgl71rFkJ1M7iEJGRKpKALIhHeM6iKxbUuUHZcebwH/ga2tbEooL2O9tbDa6OFdHZ9NgzqtGkjeHwDMRVgPqcFPkFiglmi0AWzP/DJgnu36C1D0O81XRKCbjCDia+FH7n/mnA0XImWAx2VTL+JPBN7nzZZL3UscbyosWF3Kc9/7XpIyuV4h19XGQqwonXEZKRhAa2GDCKQQ5zE8cB6WN1YQWVJR66hfWSA2hqHjf2uRY67VP9+tYdlL5ygK70LaQpKQbUBKYKagJcyIbHl/J0tOCiJc5D7pl1i/Hew6Btdk+LuVwLrpmjINJwY9PFn/mIG95R9FnhwGUfVcuCqJgUm0+vnTmGuu7Hr+4QvVPVgfUb61gbLd+651YYoG2ERR91e1QREWZ4lXWwV5sACEPpM6/zU6/leD10qGMZKiYSQegpj2RAcZncZzeIqpn3nyN0aNZ1Hg90JFdOWjrs="
  56. file_glob: true
  57. file:
  58. - Carla/*.dmg
  59. - Carla/*.zip
  60. skip_cleanup: true
  61. on:
  62. tags: true