mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[drone] try and get some useful logs
This commit is contained in:
parent
4bccb59732
commit
eee8614cce
17
.drone.yml
17
.drone.yml
@ -13,14 +13,15 @@ steps:
|
||||
- cd build
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_STATIC=off -DUSE_GPM=on -DUSE_QRCODEGEN=on -DDFSG_BUILD=on
|
||||
- make -j2
|
||||
- ./notcurses-info
|
||||
- ctest --output-on-failure
|
||||
- make install
|
||||
- ldconfig
|
||||
- cd ../cffi
|
||||
- LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include python3 setup.py sdist build install
|
||||
- env LD_LIBRARY_PATH=/usr/local/lib ./notcurses-pydemo > /dev/null
|
||||
- env LD_LIBRARY_PATH=/usr/local/lib ./ncdirect-pydemo > /dev/null
|
||||
- env NOTCURSES_LOGLEVEL=7 ./notcurses-input < notcurses-input
|
||||
#- ./notcurses-info
|
||||
#- ctest --output-on-failure
|
||||
#- make install
|
||||
#- ldconfig
|
||||
#- cd ../cffi
|
||||
#- LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include python3 setup.py sdist build install
|
||||
#- env LD_LIBRARY_PATH=/usr/local/lib ./notcurses-pydemo > /dev/null
|
||||
#- env LD_LIBRARY_PATH=/usr/local/lib ./ncdirect-pydemo > /dev/null
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user