From e54329eb425c71a735a12dc6f14e3b3fa573f274 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Tue, 21 Nov 2017 01:45:22 +0100 Subject: [PATCH] Add .gitlab-ci.yml with a build stage --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ec3330..98d11ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ -helloworld: +build_hello: + stage: build tags: - - shell, specific + - shell script: - - echo "hello, world" - - echo "bonjour, monde" + - make -- GitLab