Правка для gitlab-runner
This commit is contained in:
parent
6e141a1cfc
commit
89ead6b946
@ -1,6 +1,7 @@
|
|||||||
test:smolensk15:
|
test:smolensk15:
|
||||||
image: smolensk15-dev
|
image: smolensk15-dev
|
||||||
before_script:
|
before_script:
|
||||||
|
- git clean -fd
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen
|
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
@ -14,6 +15,7 @@ test:smolensk15:
|
|||||||
test:bionic:
|
test:bionic:
|
||||||
image: bionic-dev
|
image: bionic-dev
|
||||||
before_script:
|
before_script:
|
||||||
|
- git clean -fd
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark
|
- apt-get -y install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
|
Loading…
Reference in New Issue
Block a user