Browse Source

Build the whole thing for cardinal windows targets

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

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

@@ -8,7 +8,7 @@ on:
branches: branches:
- '*' - '*'
env: env:
CACHE_VERSION: 5
CACHE_VERSION: 6
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_AUTO_UPDATE: 1
PAWPAW_SKIP_LTO: 1 PAWPAW_SKIP_LTO: 1


+ 8
- 0
bootstrap-cardinal.sh View File

@@ -22,6 +22,14 @@ export PAWPAW_SKIP_SAMPLERATE=1


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


# on Windows, we just build the whole thing
if [ "${target}" = "win32" ] || [ "${target}" = "win64" ]; then
./bootstrap-carla.sh "${target}"
exit 0
fi

# otherwise we build a very tiny set of dependencies

# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# source setup code # source setup code




Loading…
Cancel
Save