Add lldb smoke test (#1241)

* add lldb runner

* don't build wasmtime

* use brew's lldb

* disable for macos

* set LLDB on linux

* re-org gh actions and cfg

* address feedback
This commit is contained in:
Yury Delendik
2020-03-09 08:06:13 -05:00
committed by GitHub
parent e5b9f1b786
commit 7ce10191df
7 changed files with 102 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
name: 'Set up a DWARFDUMP env'
description: 'Set up a DWARFDUMP env (see tests/debug/dump.rs)'
runs:
using: node12
main: 'main.js'