mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'ci-msys2-use-old-meson' into 'master'
CI: Make sure we use meson 0.49.2 in MSYS2 See merge request GNOME/glib!1480
This commit is contained in:
commit
2be506a3be
@ -38,7 +38,7 @@ export CCACHE_BASEDIR CCACHE_DIR
|
|||||||
|
|
||||||
pip3 install --upgrade --user meson==0.49.2
|
pip3 install --upgrade --user meson==0.49.2
|
||||||
|
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$(cygpath "$USERPROFILE")/.local/bin:$HOME/.local/bin:$PATH"
|
||||||
CFLAGS="-coverage -ftest-coverage -fprofile-arcs"
|
CFLAGS="-coverage -ftest-coverage -fprofile-arcs"
|
||||||
DIR="$(pwd)"
|
DIR="$(pwd)"
|
||||||
export PATH CFLAGS
|
export PATH CFLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user