GHA: main.yml: emit defs.mak into CI logging
This commit is contained in:
parent
54bbedfdbb
commit
8485820526
|
|
@ -49,6 +49,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
source ./emsdk/emsdk_env.sh
|
source ./emsdk/emsdk_env.sh
|
||||||
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --disable-compression --target=asmjs-unknown-emscripten
|
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --disable-compression --target=asmjs-unknown-emscripten
|
||||||
|
echo "===== defs.mak ====="
|
||||||
|
cat defs.mak
|
||||||
|
echo "===== defs.mak ====="
|
||||||
emmake make
|
emmake make
|
||||||
- name: archive wasm bundle
|
- name: archive wasm bundle
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue