Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Temporarily allowing failures for windows CI builds, as Runner is hav…
Browse files Browse the repository at this point in the history
…ing authentication issues.
  • Loading branch information
Bryan Parsons committed Sep 27, 2018
1 parent 1bd73fb commit 997d97d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ build_redhat:
artifacts:
paths:
- build/
# TODO: Temporarily allow failure to allow unit testing on debian
allow_failure: true

build_osx:
stage: build
Expand All @@ -80,6 +78,8 @@ build_windows:
artifacts:
paths:
- build/
# Temporarily allow failures as Windows Runner issues are resolved
allow_failure: true

build_core:
stage: build
Expand Down Expand Up @@ -206,6 +206,8 @@ deploy_windows:
- cmake --build . --config Release --target install
dependencies:
- build_windows
# Temporarily allow failures as Windows Runner issues are resolved
allow_failure: true

deploy_core:
stage: deploy
Expand Down Expand Up @@ -261,6 +263,8 @@ package_windows:
- cpack -C Release
dependencies:
- build_windows
# Temporarily allow failures as Windows Runner issues are resolved
allow_failure: true

package_core:
stage: package
Expand Down

0 comments on commit 997d97d

Please sign in to comment.