mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
7 lines
201 B
YAML
7 lines
201 B
YAML
# I know there actually are a lot of dependencies but building them is already
|
|
# long enough, and I'll be managing the runner for now. So let's KISS.
|
|
|
|
build_all:
|
|
script:
|
|
- ./configure
|
|
- make
|