mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-03-15 12:50:44 +00:00
12 lines
260 B
YAML
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
|