Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-25 12:45:16 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-25 12:45:16 +0300
commitc8fcbae7958719722eb7099b5edfc58fc6599da1 (patch)
treeb6c77f8f8bd75694066d570598f70c6565d6412c
parent6e8b089d0f519c3f10b125ef237139d40efe07cd (diff)
Remmina doc build job
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2b7e28..5107eef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,3 +3,18 @@ image: ubuntu:18.04
variables:
GIT_SUBMODULE_STRATEGY: recursive
+
+stages:
+ - build
+
+remminadoc build:
+ stage: build
+ before_script:
+ - apt-get update -qq
+ - apt-get install -y -qq software-properties-common
+ python3-software-properties
+ - apt-get install -y -qq build-essential git-core doxygen graphviz libxslt1
+ xsltproc
+ script:
+ - cd Remmina
+ - doxygen