Browse Source

Use https to clone jack2, build test jack2 in CI

tags/v1.0
falkTX 4 years ago
parent
commit
b30793a150
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      build-jack.sh

+ 1
- 0
.travis.yml View File

@@ -58,6 +58,7 @@ install:

script:
- bash ${TRAVIS_BUILD_DIR}/bootstrap.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/build-jack.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS}

before_deploy:


+ 1
- 1
build-jack.sh View File

@@ -155,7 +155,7 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# and finally jack2

jack2_repo="git@github.com:jackaudio/jack2.git"
jack2_repo="https://github.com/jackaudio/jack2.git"
jack2_prefix="${PAWPAW_PREFIX}-jack2"

jack2_args="--prefix=${jack2_prefix}"


Loading…
Cancel
Save