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

.gitlab-ci.yml - gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5107eefbe7347068ac73782a62718df3ae40a8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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