[gxml] CI: added artifacts for pages



commit 3c62e4df552d57de92d3dda037b9920196108d10
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed Sep 5 20:35:18 2018 -0500

    CI: added artifacts for pages

 .gitlab-ci.yml   | 3 +++
 test/Makefile.am | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a1ac05..85d8852 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,5 +56,8 @@ pages:
   - mv docs/GXml-* ../public
   - cd ..
   - mv public/index.htm public/index.html
+  artifacts:
+    paths:
+      - public
 
 
diff --git a/test/Makefile.am b/test/Makefile.am
index 7188445..a52c470 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -42,8 +42,7 @@ sources = \
        GomSchemaTest.vala \
        $(NULL)
 
-if ENABLE_TNODE_TESTS
-sources += \
+deprecated = \
        EnumerationTest.vala \
        gxml-performance.vala \
        TElementTest.vala \
@@ -68,6 +67,9 @@ sources += \
        SerializableGeeCollections-TDocument-Test.vala \
        SerializableBasicTypesTest.vala \
        $(NULL)
+
+if ENABLE_TNODE_TESTS
+sources += $(deprecated)
 endif
 
 vala-stamp: $(sources)


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