[gxml/gxml-0.18] CI: remove pages generation and add devhelp artifact
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gxml-0.18] CI: remove pages generation and add devhelp artifact
- Date: Mon, 8 Jul 2019 14:24:03 +0000 (UTC)
commit 203a5c9b8c1751bbe0235fe0836b14fbff887a9a
Author: Daniel Espinosa <esodan gmail com>
Date: Mon Jul 8 09:23:25 2019 -0500
CI: remove pages generation and add devhelp artifact
.gitlab-ci.yml | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0936a23..61ab03f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: ubuntu:devel
stages:
- build
- - deploy
+ # - deploy
variables:
DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build
@@ -58,17 +58,30 @@ package-tar-meson:
paths:
- _build/meson-dist/gxml-*.tar.xz
-pages:
+devhelp-package:
stage: deploy
script:
- meson _build -Ddocs=true
- cd _build
- ninja
- - mv docs/GXml-* ../public
- - cd ..
- - mv public/index.htm public/index.html
+ - tar cfv gxml-0.18.tar docs/GXml-*
+ - bzip2 gxml-0.18.tar
+ - mv gxml-0.18.tar.bz2 ..
artifacts:
paths:
- - public
+ - gxml-0.18.tar.bz2
+
+# pages:
+# stage: deploy
+# script:
+# - meson _build -Ddocs=true
+# - cd _build
+# - ninja
+# - mv docs/GXml-* ../public
+# - cd ..
+# - mv public/index.htm public/index.html
+# artifacts:
+# paths:
+# - public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]