[gparted] Add unit testing of GParted exFAT interface to ubuntu_test CI job
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Add unit testing of GParted exFAT interface to ubuntu_test CI job
- Date: Mon, 4 Jul 2022 18:09:41 +0000 (UTC)
commit bfea6562090c556a92a9e0cd40516da1eab1423f
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Fri Jul 1 12:40:08 2022 +0100
Add unit testing of GParted exFAT interface to ubuntu_test CI job
Now that the docker image for ubuntu:latest has updated to Ubuntu 22.04
LTS [1] and exfatprogs is available [2] add the package to the CI job to
include it in the testing.
[1] Ubuntu Docker official image
https://hub.docker.com/_/ubuntu/
"Supported tags and respective Dockerfile links
...
22.04, ..., latest, ...
"
[2] Ubuntu > Packages > jammy (22.04LTS) > otherosfs > exfatprogs
https://packages.ubuntu.com/jammy/exfatprogs
[3] 3783cb41732264b12b6ccd9cf6a9f36e1c2a4241
Add unit testing of GParted exFAT interface (!30)
.gitlab-ci.yml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63f9cb6e..56121ed5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,10 +47,11 @@ stages:
libglib2.0-dev-bin uuid-dev libparted-dev
libgtkmm-3.0-dev policykit-1
# Extra packages only needed during the test stage.
- - apt-get install -y btrfs-progs e2fsprogs f2fs-tools dosfstools mtools
- hfsutils hfsprogs jfsutils util-linux cryptsetup-bin
- dmsetup lvm2 nilfs-tools ntfs-3g reiser4progs
- reiserfsprogs udftools xfsprogs xfsdump xvfb kmod
+ - apt-get install -y btrfs-progs e2fsprogs exfatprogs f2fs-tools dosfstools
+ mtools hfsutils hfsprogs jfsutils util-linux
+ cryptsetup-bin dmsetup lvm2 nilfs-tools ntfs-3g
+ reiser4progs reiserfsprogs udftools xfsprogs xfsdump
+ xvfb kmod
.build_stage_template: &build_stage_definition
stage: build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]