[geary/mjog/reenable-fedora-ci: 2/2] .gitlab-ci.yml: Re-enable Fedora for CI
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/reenable-fedora-ci: 2/2] .gitlab-ci.yml: Re-enable Fedora for CI
- Date: Mon, 7 Oct 2019 02:35:46 +0000 (UTC)
commit 4a09c1588d80538648f8b20340d7543e6baf1efa
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..b0cbaac2 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 -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
ubuntu:
stage: build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]