1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-03-15 12:50:44 +00:00
notnotdnethack/.woodpecker.yaml
2025-02-22 22:39:40 +00:00

12 lines
260 B
YAML

when:
event: [push, pull_request]
steps:
- name: build
image: alpine
commands:
- apk update
- apk add ncurses-dev gcc libc-dev flex bison linux-headers make git python3
- rm include/macromagic.h
- make
- make install