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

This commit is contained in:
Michael Gratton 2019-10-07 13:35:10 +11:00 committed by Michael James Gratton
parent 0720ac99fd
commit 8814cd6c29

View file

@ -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