Browse Source

Ensure qt is enabled for cardinal builds

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
4baef39af5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 7 additions and 8 deletions
  1. +4
    -4
      .github/workflows/bootstrap.yml
  2. +3
    -4
      bootstrap-cardinal.sh

+ 4
- 4
.github/workflows/bootstrap.yml View File

@@ -748,10 +748,10 @@ jobs:
#installer: homebrew
#os: macos-11
#target: macos
- name: macos-universal
installer: homebrew
os: macos-11
target: macos-universal
#- name: macos-universal
#installer: homebrew
#os: macos-11
#target: macos-universal
- name: win32
installer: apt
os: ubuntu-22.04


+ 3
- 4
bootstrap-cardinal.sh View File

@@ -23,10 +23,9 @@ export PAWPAW_SKIP_LV2=1
export PAWPAW_SKIP_SAMPLERATE=1

# we just build the whole thing on Windows
# if [ "${target}" != "win32" ] && [ "${target}" != "win64" ]; then
# FIXME finish the qt part
export PAWPAW_SKIP_QT=1
# fi
if [ "${target}" != "win32" ] && [ "${target}" != "win64" ]; then
export PAWPAW_SKIP_QT=1
fi

./bootstrap-common.sh "${target}"
./bootstrap-plugins.sh "${target}"


Loading…
Cancel
Save