Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
socializer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Manuel Cortez
socializer
Commits
bb92a8a8
Commit
bb92a8a8
authored
Nov 19, 2019
by
Manuel Cortez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added cx_freeze in the CI environment
parent
e0a3b6db
Pipeline
#575
passed with stages
in 4 minutes and 30 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
.gitlab-ci.yml
.gitlab-ci.yml
+36
-0
No files found.
.gitlab-ci.yml
View file @
bb92a8a8
...
...
@@ -78,6 +78,42 @@ alpha_python3:
name
:
socializer_py3
expire_in
:
1 day
alpha
:
type
:
deploy
tags
:
-
windows10
before_script
:
-
'
%PYTHON3%
-v'
-
'
%PYTHON3%
-m
pip
install
--upgrade
pip
cx_freeze'
-
'
%PYTHON3%
-m
pip
install
--upgrade
-r
requirements.txt'
-
'
%PYTHON3%
-m
pip
uninstall
enum34
-y'
script
:
-
copy changelog.md doc\changelog.md
-
cd doc
-
'
%PYTHON2%
documentation_importer.py'
-
cd ..\src
-
'
%PYTHON2%
..\doc\generator.py'
-
'
%PYTHON3%
write_version_data.py'
-
'
%PYTHON3%
setup.py
build'
-
cd ..
-
cd scripts
-
'
%PYTHON3%
prepare_zipversion_cxfreeze.py'
-
call genpot_interface.bat
-
call genpot_doc.bat
-
cd ..
-
move src\socializer.zip socializer.zip
-
move scripts\socializer.pot socializer.pot
-
move scripts\socializer-documentation.pot socializer-documentation.pot
only
:
-
schedules
artifacts
:
paths
:
-
socializer.zip
-
socializer.pot
-
socializer-documentation.pot
name
:
socializer_alpha
expire_in
:
1 day
stable
:
type
:
deploy
tags
:
...
...
Write
Preview
Markdown
is supported
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