[libgda] CI: Adding UI bindings documentation



commit fa4c8bf383efab4c1c7d53350fb4259eb0875707
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Apr 14 14:37:25 2019 -0500

    CI: Adding UI bindings documentation

 .gitlab-ci.yml    | 7 ++++++-
 doc/index.html.in | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af3ca2545..2b803ad60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,10 +111,15 @@ pages:
   - mkdir ../public
   - mv doc/index.html ../public/
   - mkdir ../public/C
-  - mv doc/C/* ../public/C/
+  - mkdir ../public/C/libgda
+  - mv doc/C/libgda/html/* ../public/C/libgda/
+  - mkdir ../public/C/libgdaui
+  - mv doc/C/libgdaui/html/* ../public/C/libgdaui/
   - mkdir ../public/vala
   - mv doc/Gda-6.0 ../public/vala
   - cp libgda/libgda-6.0.vapi ../public/vala
+  - mv doc/Gdaui-6.0 ../public/vala
+  - cp libgda/libgdaui-6.0.vapi ../public/vala
   allow_failure: true
   artifacts:
     paths:
diff --git a/doc/index.html.in b/doc/index.html.in
index 964a3e2f7..4bf4cd26c 100644
--- a/doc/index.html.in
+++ b/doc/index.html.in
@@ -10,5 +10,7 @@
       <p>GDA has GObject Introspection support, so Vala Bindings are automatically generated.</p>
     <h3>GDA library Vala Bindings</h3>
       <p>GDA has GObject Introspection support, <a href="vala/libgda-@GDA_API_VERSION@.vapi">Vala 
Bindings</a> and <a href="vala/Gda-@GDA_API_VERSION@/index.htm">Vala Bindings Documentation</a></p>
+    <h3>GDA GTK Widgets library Vala Bindings</h3>
+      <p>GDA GTK has GObject Introspection support, <a href="vala/libgda-@GDA_API_VERSION@.vapi">Vala 
Bindings</a> and <a href="vala/Gdaui-@GDA_API_VERSION@/index.htm">GTK Vala Bindings Documentation</a></p>
   </body>
 </html>


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