Skip to content

Commit 0f2dcbe

Browse files
committed
Add wasm64 build to ci
1 parent 8228497 commit 0f2dcbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,12 @@ jobs:
158158
token: ${{ secrets.AX_TRIGGER_SITE_TOKEN }}
159159
repository: axmolengine/axmol.dev
160160
event-type: forward-push
161+
wasm64:
162+
runs-on: ubuntu-latest
163+
steps:
164+
- uses: actions/checkout@v4
165+
with:
166+
submodules: 'recursive'
167+
- name: Build
168+
shell: pwsh
169+
run: ./tools/cmdline/axmol -p wasm64 -xc '-DAX_ENABLE_EXT_EFFEKSEER=ON,-DAX_WASM_THREADS=8' -j2 -t 'cpp-tests,fairygui-tests,lua-tests'

0 commit comments

Comments
 (0)