Add v2021.1 tag in gnome-desktop-testing

This commit is contained in:
Takao Fujiwara 2025-04-18 20:37:51 +09:00
parent 3b0de74af7
commit fbaa755fd2

View File

@ -35,9 +35,15 @@
- name: Fetching GNOME installed-tests testing harness source from remote repository
git:
repo: 'https://gitlab.gnome.org/GNOME/gnome-desktop-testing.git'
dest: gnome-desktop-testing
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -q -b v2021.1 refs/tags/v2021.1
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: