test build without CardinalMini

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-30 12:57:23 +00:00
parent 12cc762790
commit 0d68867aba
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 3 deletions

View file

@ -800,7 +800,7 @@ jobs:
pushd deps/PawPaw; source local.env wasm; popd
make features
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc)
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc) -C CardinalMini modgui
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc) -C src/CardinalMini modgui
- name: Make wasm versioned and compress
if: steps.cache.outputs.cache-hit == 'true'
run: |