Update .gitlab-ci.yml file
This commit is contained in:
parent
a9a45e0512
commit
1a3d0320f6
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
image: gcc
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- gcc main.c -o pendu
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- pendu
|
Reference in a new issue