Skip to content
Snippets Groups Projects
Commit 29c60781 authored by inso's avatar inso
Browse files

Use image starting xvfb

parent 2de8d861
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,7 @@ stages:
variables: variables:
PYENV_PYTHON_VERSION: 3.5.5 PYENV_PYTHON_VERSION: 3.5.5
image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.6 image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
push_to_github: push_to_github:
stage: github-sync stage: github-sync
...@@ -37,10 +37,7 @@ push_to_github: ...@@ -37,10 +37,7 @@ push_to_github:
- eval "$(pyenv init -)" - eval "$(pyenv init -)"
- pyenv shell $PYENV_PYTHON_VERSION - pyenv shell $PYENV_PYTHON_VERSION
- export PATH=/opt/qt/5.9/5.9.4/gcc_64/bin:$PATH - export PATH=/opt/qt/5.9/5.9.4/gcc_64/bin:$PATH
- export XVFBARGS="-screen 0 1280x1024x24"
- export DISPLAY=:99 - export DISPLAY=:99
- /etc/init.d/xvfb start
- sleep 3
build: &build build: &build
......
  • inso @Insoleet

    mentioned in commit 84944ad8

    ·

    mentioned in commit 84944ad8

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment