mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
224 B
5 lines
224 B
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/mingw.ps1"
|
|
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\mingw\bin;$pwdpath\.gitlab\mingw\msys\1.0\bin;$env:PATH"
|
|
$env:MSYSTEM = 'MINGW32'
|
|
$env:MAKE_MODE = 'unix'
|