[drone] add gentoo builder

This commit is contained in:
nick black 2021-12-06 00:51:19 -05:00 committed by nick black
parent 21c22616d9
commit 88e2d34037

View File

@ -83,3 +83,19 @@ steps:
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off ..
- make -j2
- ctest --output-on-failure
---
kind: pipeline
type: docker
name: gentoo
steps:
- name: gentoo
image: dankamongmen/gentoo:2021-12-03a
commands:
- export LANG=en_US.UTF-8
- export TERM=xterm
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PANDOC=off ..
- make -j2
- ctest --output-on-failure