Пакеты для сборки

This commit is contained in:
Andrei Astafev 2019-02-20 23:33:26 +03:00
parent 26a4286f24
commit f17c8ceaf6

View File

@ -2,7 +2,7 @@ test:smolensk15:
image: smolensk15-dev image: smolensk15-dev
before_script: before_script:
- apt-get update - apt-get update
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev - apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init
script: script:
@ -15,7 +15,7 @@ test:bionic:
image: bionic-dev image: bionic-dev
before_script: before_script:
- apt-get update - apt-get update
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev - apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init
script: script: