v2: - fix typos in commit message --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml index 15a31da9411..b26a3c624e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,6 @@ branches: clone_depth: 100 cache: -- win_flex_bison-2.5.9.zip - llvm-5.0.1-msvc2015-mtd.7z - subprojects\packagecache @@ -46,7 +45,6 @@ init: - git config --global core.autocrlf true environment: - WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip LLVM_ARCHIVE: llvm-5.0.1-msvc2015-mtd.7z matrix: - BUILD_SYSTEM: meson @@ -72,9 +70,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 # 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.18.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev