Browse Source

Make sure linux builds happen for master branch

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.0.0
falkTX 5 years ago
parent
commit
7a97d99d32
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      data/linux/build-all.sh

+ 2
- 2
data/linux/build-all.sh View File

@@ -139,11 +139,11 @@ if [ ! -f /tmp/setup-aria2 ]; then
fi

if [ ! -d ${CHROOT_CARLA_DIR} ]; then
git clone --depth=1 git://github.com/falkTX/Carla ${CHROOT_CARLA_DIR}
git clone --depth=1 -b master git://github.com/falkTX/Carla ${CHROOT_CARLA_DIR}
fi

if [ ! -f ${CHROOT_CARLA_DIR}/source/native-plugins/external/README.md ]; then
git clone --depth=1 git://github.com/falkTX/Carla-Plugins ${CHROOT_CARLA_DIR}/source/native-plugins/external
git clone --depth=1 -b master git://github.com/falkTX/Carla-Plugins ${CHROOT_CARLA_DIR}/source/native-plugins/external
fi

cd ${CHROOT_CARLA_DIR}


Loading…
Cancel
Save