Browse Source

Final CI fix

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
867e143ad4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .travis/install.sh
  2. +1
    -1
      bootstrap-plugins.sh

+ 2
- 2
.travis/install.sh View File

@@ -39,13 +39,13 @@ elif [ "${TARGET}" = "macos-old" ]; then

elif [ "${TARGET}" = "win32" ]; then
sudo apt-get install -y mingw-w64 binfmt-support binutils-mingw-w64-i686 g++-mingw-w64-i686 winehq-stable wine-binfmt
echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register

elif [ "${TARGET}" = "win64" ]; then
sudo apt-get install -y mingw-w64 binfmt-support binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 winehq-stable wine-binfmt
echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register

fi

# echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register

# Special handling for caching deb archives
sudo mv /var/cache/apt/archives/*.deb ${HOME}/PawPawBuilds/debs/

+ 1
- 1
bootstrap-plugins.sh View File

@@ -126,7 +126,7 @@ build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --
# ---------------------------------------------------------------------------------------------------------------------
# lv2lint

if [ "${MACOS_OLD}" -ne 1 ] || [ "${CROSS_COMPILING}" -eq 1 ]; then
if [ "${MACOS_OLD}" -ne 1 ] && [ "${CROSS_COMPILING}" -eq 0 ]; then
download lv2lint "${LV2LINT_VERSION}" "https://gitlab.com/OpenMusicKontrollers/lv2lint/-/archive/${LV2LINT_VERSION}"
build_meson lv2lint "${LV2LINT_VERSION}"
# "-Donline-tests=true -Delf-tests=true"


Loading…
Cancel
Save