Update .gitlab-ci.yml file

This commit is contained in:
Mylloon 2021-09-21 17:26:19 +00:00
parent a9a45e0512
commit 1a3d0320f6

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: gcc
stages:
- build
build:
stage: build
script:
- gcc main.c -o pendu
artifacts:
paths:
- pendu