diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76b28cb6f1af1ea9c70f74edcac52c9d6afd22f3..3d5c5b6567b71351b22a3db60e68c92969fd6e62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,22 @@ stages: + - build - test + - delivery variables: - HELLO_WORLD: "hello from pipeline" + HELLO_WORLD: "hello from pipeline" 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