From afeb0381f568b4c9f51296cd5de325c8c8aac3f2 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 10 Aug 2021 12:22:06 +0200 Subject: .gitlab-ci.yml: Build:Code -> RWA:Code --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 602b2e3..c6e898e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - Build - Run -Build:Code: +RWA:Build: stage: Build script: - apt update && apt -y install make autoconf @@ -18,7 +18,7 @@ Build:Code: # Disabled because running the application would give an error # since there are no X.Org server, Wayland or other display servers available -# Run:Code: +# RWA:Run: # stage: Run # script: # - echo "All files in git repo + artifact 'rwa-support-desktopapp':" @@ -26,10 +26,10 @@ Build:Code: # - echo "Executing rwa-support-desktopapp" # - ./rwa-support-desktopapp # dependencies: -# - Build:Code +# - RWA:Build # To be implemented. -# Test:Code: +# RWA:Test: # stage: Test # script: # - echo "All files in git repo + artifact 'rwa-support-desktopapp':" -- cgit v1.2.3