Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (1)
fix: switch inno setup version in appveyor
· fe3534e9
Daniel Seiller
authored
Sep 21, 2019
fe3534e9
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
fe3534e9
...
...
@@ -9,7 +9,7 @@ environment:
VCVARS
:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
VCVARSARG
:
x64
MINICONDA
:
C:\Miniconda3-x64
INNO
:
C:\Program Files (x86)\Inno Setup
5
INNO
:
C:\Program Files (x86)\Inno Setup
6
build
:
off
...
...
@@ -29,6 +29,7 @@ install:
-
rustup-init -y --default-toolchain nightly --default-host x86_64-pc-windows-msvc
-
if defined VCVARS call "%VCVARS%" %VCVARSARG%
-
conda activate
-
conda update -y -n base -c defaults conda
-
conda install -y -c conda-forge pycrypto nuitka
-
pip install PyQt5 setuptools_rust
...
...