X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=appveyor.yml;h=96eb1a67b3d943a43b57b1c554701298c8beb0f8;hb=a668ba9c1888de1417c55b6181e287ccfaa7a6f6;hp=6e69cbfb5ce1151ffc603ffc2087969929999e62;hpb=62affedbed851168ad90c1fe5cd9cadc0855abe9;p=mesa.git diff --git a/appveyor.yml b/appveyor.yml index 6e69cbfb5ce..96eb1a67b3d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,13 +34,13 @@ branches: clone_depth: 100 cache: -- win_flex_bison-2.4.5.zip +- win_flex_bison-2.5.9.zip - llvm-3.3.1-msvc2013-mtd.7z os: Visual Studio 2013 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 install: @@ -48,11 +48,13 @@ install: - python --version - python -m pip --version # Install Mako -- python -m pip install --egg Mako +- python -m pip install Mako==1.0.6 # Install pywin32 extensions, needed by SCons - python -m pip install pypiwin32 +# Install python wheels, necessary to install SCons via pip +- python -m pip install wheel # Install SCons -- python -m pip install --egg scons==2.4.1 +- python -m pip install scons==2.5.1 - scons --version # Install flex/bison - if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://downloads.sourceforge.net/project/winflexbison/old_versions/%WINFLEXBISON_ARCHIVE%"