[network-manager-sstp/gtk4-work: 9/10] Updating the CI/CD script
- From: Eivind Næss <eivnaes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-sstp/gtk4-work: 9/10] Updating the CI/CD script
- Date: Wed, 6 Apr 2022 03:13:08 +0000 (UTC)
commit cb9ea06a4628549ae56c46883366436c6d8c38ef
Author: Eivind Næss <eivnaes yahoo com>
Date: Sat Apr 2 13:45:23 2022 -0700
Updating the CI/CD script
Signed-off-by: Eivind Næss <eivnaes yahoo com>
.gitlab-ci.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf16e5b..64de309 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,11 +8,13 @@
before_script:
- dnf -y install
file
+ bzip2
findutils
gcc
gettext-devel
glib2-devel
gtk3-devel
+ gtk4-devel
gnutls-devel
sstp-client-devel
intltool
@@ -36,7 +38,7 @@
<<: *dist
script:
- dnf -y install make
- - tar xJf NetworkManager-sstp-*.tar.xz
+ - tar jxf NetworkManager-sstp-*.tar.bz2
- cd NetworkManager-sstp-*/
- ./configure
--disable-silent-rules
@@ -62,7 +64,7 @@ fedora28_dist:
- make -j distcheck
artifacts:
paths:
- - "*.xz"
+ - "*.tar.bz2"
fedora_from_dist:
<<: *fedora_from_dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]