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
|
- make -j2
|
||||||
- ./notcurses-info
|
- ./notcurses-info
|
||||||
- ctest --output-on-failure
|
- ctest --output-on-failure
|
||||||
#---
|
---
|
||||||
#kind: pipeline
|
kind: pipeline
|
||||||
#type: docker
|
type: docker
|
||||||
#name: gentoo
|
name: gentoo
|
||||||
#
|
|
||||||
#steps:
|
steps:
|
||||||
#- name: gentoo
|
- name: gentoo
|
||||||
# image: dankamongmen/gentoo:2022-02-07a
|
image: dankamongmen/gentoo:2025-01-02a
|
||||||
# commands:
|
commands:
|
||||||
# - export LANG=C.UTF-8
|
- export LANG=C.UTF-8
|
||||||
# - export TERM=xterm
|
- export TERM=xterm
|
||||||
# - mkdir build
|
- mkdir build
|
||||||
# - cd build
|
- cd build
|
||||||
# - cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off -DUSE_DOCTEST=off -DUSE_DEFLATE=off ..
|
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off -DUSE_DOCTEST=off -DUSE_DEFLATE=off ..
|
||||||
# - make -j2
|
- make -j2
|
||||||
# - ./notcurses-info
|
- ./notcurses-info
|
||||||
# - ctest --output-on-failure
|
- ctest --output-on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user