diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files 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':" |