Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gavr
gxml
Commits
7fc81a00
Commit
7fc81a00
authored
Jul 07, 2019
by
Daniel Espinosa Ortiz
Browse files
CI: updated meson options
parent
c6d7f6ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7fc81a00
...
...
@@ -23,7 +23,7 @@ before_script:
build-gxml
:
stage
:
build
script
:
-
meson _build -D
disable-
introspection=
fals
e -Dd
isable-valadocs=fals
e
-
meson _build -Dintrospection=
tru
e -Dd
ocs=tru
e
-
cd _build
-
ninja
-
meson test
...
...
@@ -61,7 +61,7 @@ package-tar-meson:
pages
:
stage
:
deploy
script
:
-
meson _build -Dd
isable-valadocs=fals
e
-
meson _build -Dd
ocs=tru
e
-
cd _build
-
ninja
-
mv docs/GXml-* ../public
...
...
NEWS
View file @
7fc81a00
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment