[pango] Get the paths right



commit 59158e1c4e71bc9d637c84b6c5ae9326df820102
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 16 14:28:40 2019 -0400

    Get the paths right

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33be53ca..778b7182 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,8 +24,8 @@ gnome-runtime-linux:
   script:
     - meson _build
     - ninja -C _build
-    - cd _build; meson test --suite pango
-    - cd _build; utils/pango-view --output hello.png ../HELLO.txt
+    - meson -C _build test --suite pango
+    - _build/utils/pango-view --output _build/hello.png utils/HELLO.txt
   artifacts:
     name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
     when: always


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]