This repository has been archived on 2022-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
penduEnC/.gitlab-ci.yml

13 lines
127 B
YAML
Raw Normal View History

2021-09-21 19:26:19 +02:00
image: gcc
stages:
- build
build:
stage: build
script:
- gcc main.c -o pendu
artifacts:
paths:
- pendu