From 293d19ce66f71166001b54883a6119929f4caddd Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 7 Aug 2021 09:26:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42c3ec1..ecb46c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ -image: ubuntu - pages: + image: ubuntu script: - cd doxygen/ - apt update && apt install -y git doxygen python3-pip @@ -13,3 +12,20 @@ pages: - public only: - master + +publish: + image: python:3.6 + only: + - tags + script: + - "pip install -U platformio" + - "cd CodeRacer_MKII" + - "pio package publish" + +release: + image: inetprocess/gitlab-release + stage: release + only: + - tags + script: + - gitlab-release --message ''