[drone] build FFI library in debian

This commit is contained in:
nick black 2022-01-23 17:53:03 -05:00
parent e33cb62de9
commit f15fcac7f9
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_STATIC=off -DUSE_GPM=on -DUSE_QRCODEGEN=on -DDFSG_BUILD=on
- cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_STATIC=off -DUSE_GPM=on -DUSE_QRCODEGEN=on -DDFSG_BUILD=on -DBUILD_FFI_LIBRARY=on
- make -j2
- ./notcurses-info
- ctest --output-on-failure