[drone] try using ASAN on debian CI

dankamongmen/windows-tester
nick black 3 years ago
parent 68240c3d13
commit 7bacc34ab3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -11,7 +11,7 @@ steps:
- export TERM=xterm
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_GPM=on -DUSE_QRCODEGEN=on
- cmake .. -DUSE_ASAN=on -DCMAKE_BUILD_TYPE=Release -DUSE_GPM=on -DUSE_QRCODEGEN=on
- make -j2
- ./notcurses-info
- ctest --output-on-failure

Loading…
Cancel
Save