mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-20 09:21:14 +03:00
Update msys to vs2022 for appveyor
This commit is contained in:
parent
1f44a8b11d
commit
0edea8b1b0
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
image: Visual Studio 2022
|
||||
|
||||
version: '{build}'
|
||||
|
||||
environment:
|
||||
|
|
@ -37,7 +39,8 @@ environment:
|
|||
|
||||
install:
|
||||
- set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
|
||||
- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSVC%
|
||||
- if "%MSVC%"=="amd64" call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
- if "%MSVC%"=="x86" call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
|
||||
- if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
|
||||
- pacman --noconfirm -Syuu
|
||||
- pacman --noconfirm -S autoconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue