[drone] no ASAN for now

This commit is contained in:
nick black 2021-11-20 19:53:56 -05:00
parent f710e5d0cc
commit 32ce87c98a

View File

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