Skip to content

Commit

Permalink
comment out gentoo drone until it's updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 2, 2025
1 parent 287aa4d commit 4adde8f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: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

0 comments on commit 4adde8f

Please sign in to comment.