mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[drone] add gentoo builder
This commit is contained in:
parent
21c22616d9
commit
88e2d34037
16
.drone.yml
16
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user