appveyor: Update dependencies.
- Use explicit versions everywhere. - Avoid deprecate `--egg` pip option. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -34,13 +34,13 @@ branches:
|
|||||||
clone_depth: 100
|
clone_depth: 100
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- win_flex_bison-2.4.5.zip
|
- win_flex_bison-2.5.9.zip
|
||||||
- llvm-3.3.1-msvc2013-mtd.7z
|
- llvm-3.3.1-msvc2013-mtd.7z
|
||||||
|
|
||||||
os: Visual Studio 2013
|
os: Visual Studio 2013
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
WINFLEXBISON_ARCHIVE: win_flex_bison-2.4.5.zip
|
WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip
|
||||||
LLVM_ARCHIVE: llvm-3.3.1-msvc2013-mtd.7z
|
LLVM_ARCHIVE: llvm-3.3.1-msvc2013-mtd.7z
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@@ -48,11 +48,13 @@ install:
|
|||||||
- python --version
|
- python --version
|
||||||
- python -m pip --version
|
- python -m pip --version
|
||||||
# Install Mako
|
# Install Mako
|
||||||
- python -m pip install --egg Mako
|
- python -m pip install Mako==1.0.6
|
||||||
# Install pywin32 extensions, needed by SCons
|
# Install pywin32 extensions, needed by SCons
|
||||||
- python -m pip install pypiwin32
|
- python -m pip install pypiwin32
|
||||||
|
# Install python wheels, necessary to install SCons via pip
|
||||||
|
- python -m pip install wheel
|
||||||
# Install SCons
|
# Install SCons
|
||||||
- python -m pip install --egg scons==2.4.1
|
- python -m pip install scons==2.5.1
|
||||||
- scons --version
|
- scons --version
|
||||||
# Install flex/bison
|
# Install flex/bison
|
||||||
- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://downloads.sourceforge.net/project/winflexbison/old_versions/%WINFLEXBISON_ARCHIVE%"
|
- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://downloads.sourceforge.net/project/winflexbison/old_versions/%WINFLEXBISON_ARCHIVE%"
|
||||||
|
Reference in New Issue
Block a user