ci: update meson

Rebuild the fedora docker image to get the newest meson release.

(Backport 2.56: Tweaked by Philip Withnall <withnall@endlessm.com> to
drop MSYS2 changes.)

https://bugzilla.gnome.org/show_bug.cgi?id=795711
This commit is contained in:
Christoph Reiter
2018-05-01 08:55:29 +02:00
committed by Philip Withnall
parent c96e45496c
commit 7132abe1e6
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
image: ebassi/gitlab-glib:latest
image: registry.gitlab.gnome.org/gnome/glib/master:v1
stages:
- build

View File

@@ -2,8 +2,10 @@
set -e
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "gitlab-glib" \
TAG="registry.gitlab.gnome.org/gnome/glib/master:v1"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
sudo docker run --rm \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "gitlab-glib" bash
--tty --interactive "${TAG}" bash