[gdk-pixbuf/ebassi/gi-docgen: 6/6] ci: Update reference and dist jobs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf/ebassi/gi-docgen: 6/6] ci: Update reference and dist jobs
- Date: Sat, 20 Mar 2021 23:02:59 +0000 (UTC)
commit 17e85c53fb9b8a7152a21fbc6e16bf7abf5c1274
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sat Mar 20 23:02:29 2021 +0000
ci: Update reference and dist jobs
Point the CI to the right location for the API references.
.gitlab-ci.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e1c7febd..29033f864 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,8 @@ reference:
script:
- meson ${COMMON_MESON_FLAGS} ${LOADERS_FLAGS} ${BUILD_OPTS} _build .
- ninja -C _build gdk-pixbuf-doc
- - mv _build/docs/html _reference
+ - mv _build/docs/gdk-pixbuf/ _reference/gdk-pixbuf/
+ - mv _build/docs/gdk-pixdata/ _reference/gdk-pixdata/
artifacts:
when: on_success
paths:
@@ -140,12 +141,15 @@ release-dist:
- meson compile -C _build
- meson dist -C _build
- ninja -C _build gdk-pixbuf-doc
- - tar -c -J -f _build/gdk-pixbuf-docs-${CI_COMMIT_TAG}.tar.xz _build/docs/
+ - ninja -C _build gdk-pixdata-doc
+ - tar -c -J -f _build/gdk-pixbuf-docs-${CI_COMMIT_TAG}.tar.xz _build/docs/gdk-pixbuf/
+ - tar -c -J -f _build/gdk-pixdata-docs-${CI_COMMIT_TAG}.tar.xz _build/docs/gdk-pixdata/
artifacts:
when: on_success
paths:
- _build/meson-dist/gdk-pixbuf-${CI_COMMIT_TAG}.tar.xz
- _build/gdk-pixbuf-docs-${CI_COMMIT_TAG}.tar.xz
+ - _build/gdk-pixdata-docs-${CI_COMMIT_TAG}.tar.xz
only:
- tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]