Skip to content
Snippets Groups Projects
Commit 2abe4e97 authored by Tobias Glaser's avatar Tobias Glaser
Browse files

fixing gitlab-ci more

parent ab59b178
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ Windows-MSYS2-MINGW64: ...@@ -7,7 +7,6 @@ Windows-MSYS2-MINGW64:
- Invoke-WebRequest -OutFile "msys2.exe" -Uri "https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe" - Invoke-WebRequest -OutFile "msys2.exe" -Uri "https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe"
- Get-FileHash ./msys2.exe -Algorithm SHA256 | Format-List - Get-FileHash ./msys2.exe -Algorithm SHA256 | Format-List
- ./msys2.exe -y -oC:\ - ./msys2.exe -y -oC:\
- Remove-Item msys2.exe
- $env:CHERE_INVOKING = 'yes' - $env:CHERE_INVOKING = 'yes'
- $env:MSYSTEM = 'MINGW64' # https://www.msys2.org/docs/environments/ - $env:MSYSTEM = 'MINGW64' # https://www.msys2.org/docs/environments/
- C:\msys64\usr\bin\bash -lc ' ' - C:\msys64\usr\bin\bash -lc ' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment