Skip to content
Snippets Groups Projects
Commit 2f30ec0f authored by Carole Merle's avatar Carole Merle
Browse files

Update .gitlab-ci.yml

parent bcbdd97d
No related branches found
No related tags found
No related merge requests found
Pipeline #10315 failed
stages:
- build
- test
- delivery
variables:
HELLO_WORLD: "hello from pipeline"
......@@ -8,3 +10,13 @@ simple-test:
stage: test
script:
- echo $HELLO_WORLD && exit 0
pipou:
stage: build
script:
- gcc -Wall -Wextra -Werror
papou:
stage: delivery
script:
- ./web_with_c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment