mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[drone] reenable ubuntu jellyfish
This commit is contained in:
parent
198d3b5f19
commit
f5981463d3
46
.drone.yml
46
.drone.yml
@ -34,7 +34,7 @@ steps:
|
||||
- export TERM=xterm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_DEFLATE=no -DUSE_MULTIMEDIA=oiio -DUSE_QRCODEGEN=on ..
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_DEFLATE=off -DUSE_MULTIMEDIA=oiio -DUSE_QRCODEGEN=on ..
|
||||
- make -j2
|
||||
- ctest --output-on-failure
|
||||
- make install
|
||||
@ -45,28 +45,28 @@ steps:
|
||||
- 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
|
||||
#name: ubuntu-jellyfish
|
||||
#
|
||||
#steps:
|
||||
#- name: ubuntu-build
|
||||
# image: dankamongmen/impish:2021-11-14b
|
||||
# commands:
|
||||
# - export LANG=es_ES.UTF-8
|
||||
# - export TERM=xterm
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_QRCODEGEN=on -DUSE_MULTIMEDIA=none ..
|
||||
# - make -j2
|
||||
# - ctest --output-on-failure
|
||||
# - make install
|
||||
# - ldconfig
|
||||
# - cd ../cffi
|
||||
# - python3 setup.py sdist build
|
||||
# - cd ../python
|
||||
# - LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include python3 setup.py sdist build install
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: ubuntu-jellyfish
|
||||
|
||||
steps:
|
||||
- name: ubuntu-build
|
||||
image: dankamongmen/impish:2021-11-14b
|
||||
commands:
|
||||
- export LANG=es_ES.UTF-8
|
||||
- export TERM=xterm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_DOCTEST=off -DUSE_QRCODEGEN=on -DUSE_MULTIMEDIA=none ..
|
||||
- make -j2
|
||||
- ctest --output-on-failure
|
||||
- make install
|
||||
- ldconfig
|
||||
- cd ../cffi
|
||||
- python3 setup.py sdist build
|
||||
- cd ../python
|
||||
- LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include python3 setup.py sdist build install
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user