Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Get libuv compiling under GDK #5

Get libuv compiling under GDK

Get libuv compiling under GDK #5

Workflow file for this run

name: Sanitizer checks
on: [push, pull_request]
jobs:
asan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Envinfo
run: npx envinfo
- name: ASAN
run: |
mkdir build
cd build && cmake .. -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build . && ./uv_run_tests_a