We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd50b8 commit e2c0796Copy full SHA for e2c0796
.github/workflows/wasm.yml
@@ -62,3 +62,18 @@ jobs:
62
--confirm-command \
63
install qt.qt6.672.wasm_singlethread qt.qt6.672.qt5compat
64
hdiutil detach /Volumes/qt-online-installer-macOS-x64-4.8.0
65
+
66
+ - name: Print some debug info
67
+ shell: bash
68
+ run: |
69
+ source ~/emsdk/emsdk_env.sh
70
+ em++ --version
71
+ ~/Qt/6.7.2/wasm_singlethread/bin/qmake -v
72
73
+ - name: Build WASM from BasicMinimalC++
74
75
76
+ cd examples/BasicMinimalC++/src
77
78
+ ~/Qt/6.7.2/wasm_singlethread/bin/qmake BasicMinimalC++.pro -spec wasm-emscripten
79
+ make -j
0 commit comments