mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[drone] run notcurses-info in all containers
This commit is contained in:
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…
x
Reference in New Issue
Block a user