mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
22 lines
516 B
YAML
22 lines
516 B
YAML
---
|
|
pipeline:
|
|
prep:
|
|
image: library/debian:unstable
|
|
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
|
|
---
|
|
kind: signature
|
|
hmac: 0047d07ba756687fe8ba01830a5a4883a0c001c9181317aa84c91df1a3b87ba0
|
|
|
|
...
|