Skip to content
Snippets Groups Projects
Unverified Commit ff038a7a authored by Georg Krause's avatar Georg Krause
Browse files

Test to reactivate windows builds

parent e60a53ec
Branches
No related tags found
No related merge requests found
Pipeline #20995 failed
...@@ -5,6 +5,7 @@ stages: ...@@ -5,6 +5,7 @@ stages:
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
DOCKER_HOST: tcp://docker:2375/
cache: cache:
paths: paths:
...@@ -47,6 +48,9 @@ build-windows: ...@@ -47,6 +48,9 @@ build-windows:
stage: build stage: build
image: docker:stable image: docker:stable
services:
- docker:20-dind
script: script:
- docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "pip install .[build] && pyinstaller --clean -y cli.spec --distpath ." - docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "pip install .[build] && pyinstaller --clean -y cli.spec --distpath ."
- docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "echo 'Testing the generated CLI works…' && (wine ./funkwhale.exe --help | grep uploads) && echo 'funkwhale CLI working \o/'" - docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "echo 'Testing the generated CLI works…' && (wine ./funkwhale.exe --help | grep uploads) && echo 'funkwhale CLI working \o/'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment