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

Commit

Permalink
Merge pull request #145 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 8, 2019
2 parents 47a6aa1 + 7a67368 commit fbd382a
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 @@ -132,6 +132,7 @@ Debug GCC Rawhide:
CMAKE_BUILD_TYPE: "Debug"
DISTRO: "fedora_rawhide"
extends: .build
allow_failure: true

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

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

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

Release GCC Minimal:
variables:
Expand Down

0 comments on commit fbd382a

Please sign in to comment.