mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
72fc872afe
This PR adds tests for #2219 by changing the `compilation_on_android_ubuntu.yml` workflow. The first run will take about two hours, since LLDB is built from scratch. Later, the build is cached and the whole job should not take more than three minutes. Core of the PR is an integration test that boots up vscode and lets it debug a test WASM file.
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
out
|
|
dist
|
|
node_modules
|
|
.vscode-test/
|
|
*.vsix
|
|
package-lock.json
|
|
.vscode
|
|
resource/debug/**
|
|
!resource/debug/darwin/.placeholder
|
|
!resource/debug/linux/.placeholder
|
|
!resource/debug/windows/.placeholder
|
|
resource/test/test.wasm |