Commit 465bcc8f authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Remove meson update

parent 88425856
...@@ -64,12 +64,6 @@ build: ...@@ -64,12 +64,6 @@ build:
# Make sure any failure in PowerShell scripts is fatal # Make sure any failure in PowerShell scripts is fatal
ErrorActionPreference: 'Stop' ErrorActionPreference: 'Stop'
WarningPreference: 'Stop' WarningPreference: 'Stop'
before_script:
# Make sure powershell exists on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
- $ErrorActionPreference = "Stop"
- pip3 install -U meson==0.56.2
build msys2: build msys2:
extends: .build windows extends: .build windows
...@@ -77,7 +71,6 @@ build msys2: ...@@ -77,7 +71,6 @@ build msys2:
# Make sure powershell exists on errors # Make sure powershell exists on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6 # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
- $ErrorActionPreference = "Stop" - $ErrorActionPreference = "Stop"
- pip3 install -U meson==0.56.2
# For some reason docker build hangs if this is included in the image, needs more troubleshooting # For some reason docker build hangs if this is included in the image, needs more troubleshooting
- $env:PATH += ';C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\msys64\mingw32\bin' - $env:PATH += ';C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\msys64\mingw32\bin'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment