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