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

Commit

Permalink
Merge pull request #265 from votca/fix_rawhide
Browse files Browse the repository at this point in the history
.gitlab-ci.yml: allow rawhide builds to fail
  • Loading branch information
junghans authored May 7, 2019
2 parents 36cb506 + d2541a5 commit 0e0e31d
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 0e0e31d

Please sign in to comment.