Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
socializer
Socializer
Commits
c8f96857
Unverified
Commit
c8f96857
authored
Jan 01, 2022
by
Manuel Cortez
💬
Browse files
attempt to build socializer for both 32 and 64 bit
parent
8acbea78
Pipeline
#27
canceled with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8f96857
...
...
@@ -24,33 +24,34 @@ pages:
paths
:
-
public
socializer
32
:
socializer
64
:
stage
:
build
interruptible
:
true
variables
:
PYTHON
3_32
:
"
C:
\\
python37
-32
\\
python.exe"
PYTHON
:
"
C:
\\
python37
\\
python.exe"
tags
:
-
windows10
only
:
-
master
-
tags
script
:
-
'
&$env:PYTHON
3_32
-V'
-
'
&$env:PYTHON
3_32
-m
venv
env'
-
'
&$env:PYTHON
-V'
-
'
&$env:PYTHON
-m
venv
env'
-
'
env\Scripts\Activate.ps1'
-
'
python
-m
pip
install
--upgrade
pip'
-
'
python
-m
pip
install
--upgrade
-r
requirements.txt'
-
'
python
-m
pip
uninstall
enum34
-y'
-
'
cd
src'
-
'
python
write_version_data.py'
-
'
python
-m
nuitka
--mingw64
--standalone
--enable-plugin=anti-bloat
--noinclude-pytest-mode=nofollow
--noinclude-setuptools-mode=nofollow
--nofollow-import-to=numpy
--nofollow-import-to=babel
--nofollow-import-to=cx_freeze
--nofollow-import-to=pil
--include-data-file=../windows-dependencies/x
8
6/oggenc2.exe=oggenc2.exe
--include-data-file=../windows-dependencies/x
8
6/bootstrap.exe=bootstrap.exe
--include-data-file=app-configuration.defaults=app-configuration.defaults
--include-data-dir=locales=locales
--include-data-dir=../public=documentation
--include-data-dir=sounds=sounds
--include-data-file=session.defaults=session.defaults
--windows-disable-console
--windows-file-description="Accessible
VK
Client
for
Windows"
--windows-product-version=2021.12.14.0
--windows-file-version=2021.12.14.0
--windows-product-name="Socializer"
--windows-company-name="MCV
Software"
--python-flag=no_site
--assume-yes-for-downloads
--remove-output
"socializer.py"'
-
'
python
-m
nuitka
--mingw64
--standalone
--enable-plugin=anti-bloat
--noinclude-pytest-mode=nofollow
--noinclude-setuptools-mode=nofollow
--nofollow-import-to=numpy
--nofollow-import-to=babel
--nofollow-import-to=cx_freeze
--nofollow-import-to=pil
--include-data-file=../windows-dependencies/x6
4
/oggenc2.exe=oggenc2.exe
--include-data-file=../windows-dependencies/x6
4
/bootstrap.exe=bootstrap.exe
--include-data-file=app-configuration.defaults=app-configuration.defaults
--include-data-dir=locales=locales
--include-data-dir=../public=documentation
--include-data-dir=sounds=sounds
--include-data-file=session.defaults=session.defaults
--windows-disable-console
--windows-file-description="Accessible
VK
Client
for
Windows"
--windows-product-version=2021.12.14.0
--windows-file-version=2021.12.14.0
--windows-product-name="Socializer"
--windows-company-name="MCV
Software"
--python-flag=no_site
--assume-yes-for-downloads
--remove-output
"socializer.py"'
-
'
python
..\scripts\copy_missing_files.py'
-
'
cd
..'
-
'
mkdir
artifacts'
-
'
cd
scripts'
-
'
python
prepare_zipversion.py'
-
'
cd
..'
-
'
move
src\socializer.zip
artifacts\socializer_x
8
6.zip'
-
'
mv
src/socializer.dist
artifacts/
socializer
'
-
'
move
src\socializer.zip
artifacts\socializer_x6
4
.zip'
-
'
mv
src/socializer.dist
artifacts/
program64
'
-
'
move
src/installer.nsi
artifacts'
-
'
python
scripts/generate_update_file.py'
-
'
move
*.json
artifacts'
...
...
@@ -59,6 +60,39 @@ socializer32:
paths
:
-
artifacts
socializer32
:
stage
:
build
interruptible
:
true
variables
:
PYTHON
:
"
C:
\\
python37-32
\\
python.exe"
tags
:
-
windows10
only
:
-
master
-
tags
script
:
-
'
&$env:PYTHON
-V'
-
'
&$env:PYTHON
-m
venv
env'
-
'
env\Scripts\Activate.ps1'
-
'
python
-m
pip
install
--upgrade
pip'
-
'
python
-m
pip
install
--upgrade
-r
requirements.txt'
-
'
python
-m
pip
uninstall
enum34
-y'
-
'
cd
src'
-
'
python
write_version_data.py'
-
'
python
-m
nuitka
--mingw64
--standalone
--enable-plugin=anti-bloat
--noinclude-pytest-mode=nofollow
--noinclude-setuptools-mode=nofollow
--nofollow-import-to=numpy
--nofollow-import-to=babel
--nofollow-import-to=cx_freeze
--nofollow-import-to=pil
--include-data-file=../windows-dependencies/x86/oggenc2.exe=oggenc2.exe
--include-data-file=../windows-dependencies/x86/bootstrap.exe=bootstrap.exe
--include-data-file=app-configuration.defaults=app-configuration.defaults
--include-data-dir=locales=locales
--include-data-dir=../public=documentation
--include-data-dir=sounds=sounds
--include-data-file=session.defaults=session.defaults
--windows-disable-console
--windows-file-description="Accessible
VK
Client
for
Windows"
--windows-product-version=2021.12.14.0
--windows-file-version=2021.12.14.0
--windows-product-name="Socializer"
--windows-company-name="MCV
Software"
--python-flag=no_site
--assume-yes-for-downloads
--remove-output
"socializer.py"'
-
'
python
..\scripts\copy_missing_files.py'
-
'
cd
..'
-
'
mkdir
artifacts'
-
'
cd
scripts'
-
'
python
prepare_zipversion.py'
-
'
cd
..'
-
'
move
src\socializer.zip
artifacts\socializer_x86.zip'
-
'
mv
src/socializer.dist
artifacts/program32'
artifacts
:
expire_in
:
1 day
paths
:
-
artifacts
make_installer
:
stage
:
generate_versions
interruptible
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment