[libgda/wip/meson] CI: Added build with meson



commit b5cf6e573cc844c8531d0a40e99123483628a568
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Jun 15 15:55:32 2018 -0500

    CI: Added build with meson

 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f5661c01..60b059419 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,3 +52,16 @@ job_check:
     paths:
     - tests/test-suite.log
     expire_in: 1 week
+
+job_meson_normal:
+  stage: build
+  script:
+  - meson _build
+  - cd _build
+  - ninja
+  - cd ..
+  artifacts:
+    when: on_failure
+    paths:
+    - meson-logs/meson-log.txt
+    expire_in: 1 week
\ No newline at end of file


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