13 lines
110 B
YAML
13 lines
110 B
YAML
|
image: gcc
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- make
|
||
|
artifacts:
|
||
|
path:
|
||
|
- main
|