Skip to content
Snippets Groups Projects
Commit d9e2ddd5 authored by inso's avatar inso
Browse files

Set PATH only for gen translations

parent 53a43d7e
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,7 @@ install: ...@@ -29,9 +29,7 @@ install:
#- dir /b /s /ad c:\Qt\5.6 #- dir /b /s /ad c:\Qt\5.6
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# Add qt to path #- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
- "SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"
- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
- echo %PATH% - echo %PATH%
#- choco install -y vcredist2015 #- choco install -y vcredist2015
- "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no" - "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no"
......
...@@ -19,7 +19,7 @@ pip install packaging ...@@ -19,7 +19,7 @@ pip install packaging
python gen_resources.py python gen_resources.py
if %errorlevel% neq 0 exit /b 1s if %errorlevel% neq 0 exit /b 1s
python gen_translations.py .\\ci\\appveyor\\gen_translations.cmd
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
pyinstaller sakia.spec pyinstaller sakia.spec
......
@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
...@@ -4,6 +4,7 @@ call activate test-environment ...@@ -4,6 +4,7 @@ call activate test-environment
echo "%PATH%" echo "%PATH%"
echo "%QT_PLUGIN_PATH%" echo "%QT_PLUGIN_PATH%"
python -V python -V
call pyuic5 --version call pyuic5 --version
......
  • inso @Insoleet

    mentioned in commit 9569e8f8

    ·

    mentioned in commit 9569e8f8

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment