Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
d9e2ddd5
Commit
d9e2ddd5
authored
7 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Set PATH only for gen translations
parent
53a43d7e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
appveyor.yml
+1
-3
1 addition, 3 deletions
appveyor.yml
ci/appveyor/build.cmd
+1
-1
1 addition, 1 deletion
ci/appveyor/build.cmd
ci/appveyor/gen_translations.cmd
+9
-0
9 additions, 0 deletions
ci/appveyor/gen_translations.cmd
ci/appveyor/tests.cmd
+1
-0
1 addition, 0 deletions
ci/appveyor/tests.cmd
with
12 additions
and
4 deletions
appveyor.yml
+
1
−
3
View file @
d9e2ddd5
...
...
@@ -29,9 +29,7 @@ install:
#- dir /b /s /ad c:\Qt\5.6
-
"
SET
PATH=%PYTHON%;%PYTHON%
\\
Scripts;%PATH%"
# Add qt to path
-
"
SET
PATH=%QTDIR%
\\
bin;%QTDIR%
\\
lib;%PATH%"
-
"
SET
QT_PLUGIN_PATH=%QTDIR%
\\
plugins"
#- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
-
echo %PATH%
#- choco install -y vcredist2015
-
"
%CMD_IN_ENV%
conda
config
--set
always_yes
yes
--set
changeps1
no"
...
...
This diff is collapsed.
Click to expand it.
ci/appveyor/build.cmd
+
1
−
1
View file @
d9e2ddd5
...
...
@@ -19,7 +19,7 @@ pip install packaging
python
gen_resources
.py
if
%errorlevel%
neq
0
exit
/b
1
s
python
gen_translations
.
py
.\\ci\\appveyor\\
gen_translations.
cmd
if
%errorlevel%
neq
0
exit
/b
1
pyinstaller
sakia
.spec
...
...
This diff is collapsed.
Click to expand it.
ci/appveyor/gen_translations.cmd
0 → 100644
+
9
−
0
View file @
d9e2ddd5
@ECHO
ON
#
Add
qt
to
path
-
"SET PATH=
%QTDIR%
\\bin;
%QTDIR%
\\lib;
%PATH%
"
lrelease
-version
python
gen_translations
.py
if
%errorlevel%
neq
0
exit
/b
1
This diff is collapsed.
Click to expand it.
ci/appveyor/tests.cmd
+
1
−
0
View file @
d9e2ddd5
...
...
@@ -4,6 +4,7 @@ call activate test-environment
echo
"
%PATH%
"
echo
"
%QT_PLUGIN_PATH%
"
python
-V
call
pyuic5
--version
...
...
This diff is collapsed.
Click to expand it.
inso
@Insoleet
mentioned in commit
9569e8f8
·
7 years ago
mentioned in commit
9569e8f8
mentioned in commit 9569e8f8da241d2bf1e99e20cf49d3bac3567af3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment