mirror of
https://gitlab.com/zephray/glider.git
synced 2026-01-02 13:21:56 +00:00
9 lines
110 B
YAML
9 lines
110 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
before_script:
|
|
|
|
script: make all && make clean && make test && make build-all
|