[drone] run notcurses-info in all containers

pull/2528/head
nick black 2 years ago
parent 27b5d38ea1
commit fffecdf8be

@ -36,6 +36,7 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_DEFLATE=off -DUSE_MULTIMEDIA=oiio -DUSE_QRCODEGEN=on ..
- make -j2
- ./notcurses-info
- ctest --output-on-failure
- make install
- ldconfig
@ -60,6 +61,7 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_DOCTEST=off -DUSE_QRCODEGEN=on -DUSE_MULTIMEDIA=none ..
- make -j2
- ./notcurses-info
- ctest --output-on-failure
- make install
- ldconfig
@ -82,6 +84,7 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off ..
- make -j2
- ./notcurses-info
- ctest --output-on-failure
---
kind: pipeline
@ -98,4 +101,5 @@ steps:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off -DUSE_DOCTEST=off -DUSE_DEFLATE=off ..
- make -j2
- ./notcurses-info
- ctest --output-on-failure

Loading…
Cancel
Save