Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

.gitlab-ci.yml: allow rawhide builds to fail #265

Merged
merged 1 commit into from
May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Debug GCC Rawhide:
CMAKE_BUILD_TYPE: "Debug"
DISTRO: "fedora_rawhide"
extends: .build
allow_failure: true

Debug Clang Rawhide:
variables:
Expand All @@ -137,6 +138,7 @@ Debug Clang Rawhide:
CMAKE_BUILD_TYPE: "Debug"
DISTRO: "fedora_rawhide"
extends: .build
allow_failure: true

Release GCC Rawhide:
variables:
Expand All @@ -145,6 +147,7 @@ Release GCC Rawhide:
CMAKE_BUILD_TYPE: "Release"
DISTRO: "fedora_rawhide"
extends: .build
allow_failure: true

Release Clang Rawhide:
variables:
Expand All @@ -153,6 +156,7 @@ Release Clang Rawhide:
CMAKE_BUILD_TYPE: "Release"
DISTRO: "fedora_rawhide"
extends: .build
allow_failure: true

Release GCC Module:
variables:
Expand Down