Skip to content
Snippets Groups Projects
Commit 62125de1 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed dangling files in windows build

parent 0dcb860f
Branches
No related tags found
No related merge requests found
Pipeline #11881 passed
......@@ -53,6 +53,9 @@ build-windows:
script:
- docker run --rm -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3 "pip install -r requirements-dev.txt && 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/'"
after_script:
- py3clean .
- rm -rf build
artifacts:
name: "linux_${CI_COMMIT_REF_NAME}"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment