[drone] update gentoo to dankamongmen/gentoo:2025-01-02a

This commit is contained in:
nick black 2025-01-02 13:46:06 -05:00
parent 3a43881b01
commit 22461c7f5d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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