Compare commits

..

No commits in common. "a5707a0e3e95745b1cf099567f1d7b2e61d2b2dc" and "8d7f36b51106e0e8c6b85b1ed574f44ab1831d39" have entirely different histories.

2 changed files with 3 additions and 39 deletions

View File

@ -60,7 +60,9 @@ package_windows:
- choco install python --version=$PYTHON_VERSION -y --no-progress
- C:\\Python310\\python.exe --version
- C:\\Python310\\python.exe -m pip install pipenv
- C:\\Python310\\python.exe -m pipenv sync --dev
- C:\\Python310\\python.exe -m pipenv sync
# pipenv dependency resolution is platform dependant; pyinstaller has extra dependency on Windows -> resolve at package time
- C:\\Python310\\python.exe -m pipenv install --dev --skip-lock
script:
- C:\\Python310\\python.exe -m pipenv run pyinstaller --onefile --windowed --name "${WINDOWS_AMD64_BINARY}" -i icon.ico src/fime/main.py
artifacts:

38
Pipfile.lock generated
View File

@ -32,14 +32,6 @@
"markers": "python_full_version >= '3.6.0'",
"version": "==2.1.1"
},
"colorama": {
"hashes": [
"sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da",
"sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"
],
"markers": "sys_platform == 'win32'",
"version": "==0.4.5"
},
"idna": {
"hashes": [
"sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4",
@ -131,14 +123,6 @@
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'",
"version": "==1.26.12"
},
"win32-setctime": {
"hashes": [
"sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2",
"sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"
],
"markers": "sys_platform == 'win32'",
"version": "==1.1.0"
}
},
"develop": {
@ -158,13 +142,6 @@
"markers": "sys_platform == 'linux'",
"version": "==0.8.0"
},
"future": {
"hashes": [
"sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
],
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.18.2"
},
"packaging": {
"hashes": [
"sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb",
@ -173,13 +150,6 @@
"index": "pypi",
"version": "==21.3"
},
"pefile": {
"hashes": [
"sha256:a5488a3dd1fd021ce33f969780b88fe0f7eebb76eb20996d7318f307612a045b"
],
"markers": "sys_platform == 'win32'",
"version": "==2022.5.30"
},
"pep517": {
"hashes": [
"sha256:4ba4446d80aed5b5eac6509ade100bff3e7943a8489de249654a5ae9b33ee35b",
@ -221,14 +191,6 @@
"markers": "python_full_version >= '3.6.8'",
"version": "==3.0.9"
},
"pywin32-ctypes": {
"hashes": [
"sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942",
"sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"
],
"markers": "sys_platform == 'win32'",
"version": "==0.2.0"
},
"setuptools": {
"hashes": [
"sha256:a8f6e213b4b0661f590ccf40de95d28a177cd747d098624ad3f69c40287297e9",