.gitlab-ci.yml: Re-enable Fedora for CI
This commit is contained in:
parent
0720ac99fd
commit
8814cd6c29
1 changed files with 17 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue