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

This commit is contained in:
nick black 2021-12-02 08:24:46 -05:00
parent 4a4bec5078
commit 1eed375adf
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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