[Mesa-dev] [PATCH 47/48] appveyor: use chocolatey (cinst) to isntall winflexbixon

Eric Engestrom eric.engestrom at intel.com
Tue Jun 12 11:47:13 UTC 2018


(couple typos in the subject)

On Monday, 2018-06-11 15:56:14 -0700, Dylan Baker wrote:
> ---
>  appveyor.yml | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/appveyor.yml b/appveyor.yml
> index 06063feba93..f544314e730 100644
> --- a/appveyor.yml
> +++ b/appveyor.yml
> @@ -34,13 +34,11 @@ branches:
>  clone_depth: 100
>  
>  cache:
> -- win_flex_bison-2.5.9.zip
>  - llvm-3.3.1-msvc2015-mtd.7z
>  
>  os: Visual Studio 2015
>  
>  environment:
> -  WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip
>    LLVM_ARCHIVE: llvm-3.3.1-msvc2015-mtd.7z
>    matrix:
>      - BUILD_SYSTEM: meson
> @@ -63,9 +61,7 @@ install:
>  - if "%BUILD_SYSTEM%"=="meson" ninja --version
>  - if "%BUILD_SYSTEM%"=="meson" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
>  # Install flex/bison
> -- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://downloads.sourceforge.net/project/winflexbison/old_versions/%WINFLEXBISON_ARCHIVE%"
> -- 7z x -y -owinflexbison\ "%WINFLEXBISON_ARCHIVE%" > nul
> -- set Path=%CD%\winflexbison;%Path%
> +- cinst -y winflexbison
>  - win_flex --version
>  - win_bison --version
>  # Download and extract LLVM
> -- 
> 2.17.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list