[gxml/gxml-0.18] CI: updated meson options



commit 7fc81a0021cb9d33a5750cbc208558685ffc9003
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jul 7 21:57:18 2019 -0500

    CI: updated meson options

 .gitlab-ci.yml | 4 ++--
 NEWS           | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c3dad1..0936a23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ before_script:
 build-gxml:
   stage: build
   script:
-  - meson _build -Ddisable-introspection=false -Ddisable-valadocs=false
+  - meson _build -Dintrospection=true -Ddocs=true
   - cd _build
   - ninja
   - meson test
@@ -61,7 +61,7 @@ package-tar-meson:
 pages:
   stage: deploy
   script:
-  - meson _build -Ddisable-valadocs=false
+  - meson _build -Ddocs=true
   - cd _build
   - ninja
   - mv docs/GXml-* ../public
diff --git a/NEWS b/NEWS
index 03e8c49..b80295f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Version 0.18.1
 ===============
 * GParser: fix create_stream() using string.data
 * build: add support for darwin_versions thanks to Tom Schoonjans <Tom Schoonjans diamond ac uk>
+* Add missing meson files in tarball created with autotools
+* Meson: renamed options removing enable and disable prefix
 
 ===============
 Version 0.18.0


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