notcurses/.drone.yml

19 lines
448 B
YAML
Raw Normal View History

2019-11-19 12:09:23 +00:00
---
2019-11-17 10:04:41 +00:00
pipeline:
prep:
image: library/debian:unstable
2019-12-12 14:15:15 +00:00
docker:
tty: true
2019-11-17 10:04:41 +00:00
commands:
- apt-get update
- apt-get -y remove man-db
- apt-get -y install devscripts git-buildpackage locales
- echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
- locale-gen
- mk-build-deps --install -t'apt-get -y'
- mkdir build
- cd build
- cmake ..
- make
- LANG="en_US.UTF-8" ./notcurses-tester