mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[drone] update gentoo to dankamongmen/gentoo:2025-01-02a
This commit is contained in:
parent
3a43881b01
commit
22461c7f5d
34
.drone.yml
34
.drone.yml
@ -91,20 +91,20 @@ steps:
|
||||
- make -j2
|
||||
- ./notcurses-info
|
||||
- ctest --output-on-failure
|
||||
#---
|
||||
#kind: pipeline
|
||||
#type: docker
|
||||
#name: gentoo
|
||||
#
|
||||
#steps:
|
||||
#- name: gentoo
|
||||
# image: dankamongmen/gentoo:2022-02-07a
|
||||
# commands:
|
||||
# - export LANG=C.UTF-8
|
||||
# - export TERM=xterm
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off -DUSE_DOCTEST=off -DUSE_DEFLATE=off ..
|
||||
# - make -j2
|
||||
# - ./notcurses-info
|
||||
# - ctest --output-on-failure
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: gentoo
|
||||
|
||||
steps:
|
||||
- name: gentoo
|
||||
image: dankamongmen/gentoo:2025-01-02a
|
||||
commands:
|
||||
- export LANG=C.UTF-8
|
||||
- export TERM=xterm
|
||||
- mkdir build
|
||||
- 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