From 5d395ec91c47aec84a111780a561f0ea345287d0 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Sun, 16 May 2021 00:46:41 +0200 Subject: [PATCH] [#25] add stages --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42f95b66..8ade946b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +stages: + - build + - deploy + build_ubuntu_gcc: variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab