[drone] use -DDFSG_BUILD=on for debian #2416

pull/2427/head
nick black 3 years ago
parent 4a4bec5078
commit 1eed375adf
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 .. -DCMAKE_BUILD_TYPE=Release -DUSE_GPM=on -DUSE_QRCODEGEN=on -DDFSG_BUILD=on
- make -j2
- ./notcurses-info
- ctest --output-on-failure

Loading…
Cancel
Save