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:
-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