[gnome-text-editor/alatiera/install] ci: quote env var strings so they expand properly
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor/alatiera/install] ci: quote env var strings so they expand properly
- Date: Mon, 7 Feb 2022 23:40:47 +0000 (UTC)
commit 73b469973b047b80e191fa1dcde962d6f79474f4
Author: Jordan Petridis <jordan centricular com>
Date: Tue Feb 8 01:40:06 2022 +0200
ci: quote env var strings so they expand properly
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a7749b..4751721 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ fedora:
libpng-devel
shared-mime-info
- mkdir -p pfx/
- - meson --prefix=${PWD}/pfx
+ - meson --prefix="${PWD}"/pfx
-Dwerror=true
-Dglib:werror=false
-Dgtk:broadway-backend=false
@@ -58,7 +58,7 @@ fedora:
-Dicu:werror=false
-Dlibadwaita:werror=false
-Dlibsass:werror=false
- -Dsassc:werror=false"
+ -Dsassc:werror=false
_build
- ninja -C _build test
- ninja -C _build install
@@ -77,7 +77,7 @@ macos:
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
script:
- mkdir -p pfx/
- - meson --prefix=${PWD}/pfx
+ - meson --prefix="${PWD}"/pfx
-Dcpp_std=c++11
-Denchant=disabled
-Dglib:werror=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]