1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2024-09-18 21:44:53 +01:00
notnotdnethack/.woodpecker.yaml
2024-04-13 20:12:12 +01:00

11 lines
260 B
YAML

steps:
build:
when:
event: [push, pull_request]
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