diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-05-19 09:04:12 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-05-19 19:18:55 +0200 |
commit | a0b335a8b22247ef389a59d2c87d1ff09961e481 (patch) | |
tree | 2dcaf8d6f5de5f2c46a02ff82e0f936aafee26e0 /.gitlab-ci/run-docker.sh | |
parent | a943f572dd2de0ed8ca438702ad2ba8ef80d7934 (diff) | |
download | gobject-introspection-a0b335a8b22247ef389a59d2c87d1ff09961e481.tar.gz |
CI: add two jobs building a project using g-i with meson and autotools
This tests that after installing the g-i tools a simple project using
them can be build with meson and autotools.
Fixes #341
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x | .gitlab-ci/run-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 5d29002c..8e6a04ab 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -2,7 +2,7 @@ set -e -TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v6" +TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v7" sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ --file "Dockerfile" . |