[geary/mjog/ci-updates: 1/3] .gitlab-ci.yml: Re-enable Fedora for CI



commit 8814cd6c29b56d57bd2e2fccbbb0bf852608378c
Author: Michael Gratton <mike vee net>
Date:   Mon Oct 7 13:35:10 2019 +1100

    .gitlab-ci.yml: Re-enable Fedora for CI

 .gitlab-ci.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8a1bbab..bc30df20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,23 +41,23 @@ variables:
     libxml2-dev libytnef0-dev
   UBUNTU_TEST_DEPS: xauth xvfb
 
-# fedora:
-#   stage: build
-#   image: fedora:rawhide
-#   before_script:
-#     - dnf update -y --nogpgcheck
-#     - dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS
-#   script:
-#     - $CONFIG_CMD -Dtnef-support=false
-#     - $BUILD_CMD
-#     - $TEST_CMD
-#     - $INSTALL_CMD
-#   artifacts:
-#     when: 'always'
-#     paths:
-#       - '$BUILD_DIR/meson-logs/meson-log.txt'
-#       - '$BUILD_DIR/meson-logs/testlog.txt'
-#     expire_in: 2 days
+fedora:
+  stage: build
+  image: fedora:rawhide
+  before_script:
+    - dnf update -y --nogpgcheck
+    - dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS
+  script:
+    - $CONFIG_CMD
+    - $BUILD_CMD
+    - $TEST_CMD
+    - $INSTALL_CMD
+  artifacts:
+    when: 'always'
+    paths:
+      - '$BUILD_DIR/meson-logs/meson-log.txt'
+      - '$BUILD_DIR/meson-logs/testlog.txt'
+    expire_in: 2 days
 
 ubuntu:
   stage: build


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