mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2024-11-13 21:06:23 +00:00
11 lines
260 B
YAML
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
|