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

12 lines
127 B
YAML

image: gcc
stages:
- build
build:
stage: build
script:
- gcc main.c -o pendu
artifacts:
paths:
- pendu