mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
8 lines
81 B
YAML
8 lines
81 B
YAML
image: gcc:latest
|
|
|
|
stages:
|
|
- build
|
|
|
|
compile:
|
|
stage: build
|
|
script: make
|