diff --git a/.drone.yml b/.drone.yml index 590b1592f..96b78c9e0 100644 --- a/.drone.yml +++ b/.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: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