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

Squashed commit of the following:

commit 3fef142e067a28f95db3ffc0d8e82d625051652c
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 15:41:37 2018 +0100

    Finalize appveyor works

commit c7f5cf4c
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 15:30:22 2018 +0100

    Path to Qt bin

commit 2dbd771f
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 15:18:19 2018 +0100

    Add path to pyqt5 dll

commit 26efda3b
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 13:31:58 2018 +0100

    Fix path

commit f35c07e3
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 13:24:01 2018 +0100

    Fx call

commit b25de27b
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 13:15:49 2018 +0100

    Fix exit ?

commit 41d3abc2
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 13:05:02 2018 +0100

    Fix set path

commit d9e2ddd5
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu Mar 15 12:58:42 2018 +0100

    Set PATH only for gen translations

commit 53a43d7e
Author: inso <insomniak.fr@gmaiL.com>
Date:   Wed Mar 14 08:41:20 2018 +0100

    Fix appveyor
parent 71b0cb63
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"
...@@ -70,4 +68,3 @@ deploy: ...@@ -70,4 +68,3 @@ deploy:
prerelease: true prerelease: true
on: on:
appveyor_repo_tag: true appveyor_repo_tag: true
...@@ -19,8 +19,10 @@ pip install packaging ...@@ -19,8 +19,10 @@ 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 call .\\ci\\appveyor\\gen_translations.cmd
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
SET PATH=c:\\python35_64\\envs\\test-environment\\lib\\site-packages\\PyQt5\\Qt\\bin;%PATH%
pyinstaller sakia.spec pyinstaller sakia.spec
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
@ECHO ON
SET PREVPATH=%PATH%
SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%
lrelease -version
python gen_translations.py
if %errorlevel% neq 0 exit /b 1
SET PATH=%PREVPATH%
...@@ -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
......
...@@ -81,7 +81,7 @@ else: ...@@ -81,7 +81,7 @@ else:
debug=True, debug=True,
strip=False, strip=False,
upx=True, upx=True,
console=True, console=False,
icon='sakia.ico') icon='sakia.ico')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment