| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,20 @@ | |||
| 1 | + name: node ASAN | ||
| 2 | + | ||
| 3 | + on: [push, pull_request] | ||
| 4 | + | ||
| 5 | + jobs: | ||
| 6 | + ubuntu-build: | ||
| 7 | + runs-on: ubuntu-latest | ||
| 8 | + container: gengjiawen/node-build:2020-02-14 | ||
| 9 | + steps: | ||
| 10 | + - uses: actions/checkout@v2 | ||
| 11 | + - name: Build | ||
| 12 | + run: | | ||
| 13 | + npx envinfo | ||
| 14 | + ./configure --debug --enable-asan --ninja && ninja -C out/Debug | ||
| 15 | + - name: Test | ||
| 16 | + env: | ||
| 17 | + ASAN_OPTIONS: halt_on_error=0 | ||
| 18 | + continue-on-error: true | ||
| 19 | + run: | | ||
| 20 | + python3 tools/test.py -J --mode=debug | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments