Skip to content
Snippets Groups Projects
Commit 52c76cd6 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #817 change docker image to build AppImage

parent 09b272bf
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,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.7 image: registry.duniter.org/docker/python3/sakia-builder:1.0.0
# SUB-TASKS # SUB-TASKS
.push_to_github: .push_to_github:
...@@ -70,6 +70,7 @@ tests: ...@@ -70,6 +70,7 @@ tests:
- pyenv shell 3.6.4 # black install needs python 3.6.x minimum - pyenv shell 3.6.4 # black install needs python 3.6.x minimum
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- /start.sh # start xvfb
- make tests - make tests
build: build:
......
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