Skip to content

Commit

Permalink
Require MacOS build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Nov 26, 2024
1 parent c72ef3b commit b8ba5a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build:
name: "Build PhotoBroom sources on MacOS"

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pull_request_rules:
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on MacOS
- check-success=Windows installer verification
- check-success=Unit tests coverage (ubuntu-24.04)
- "#commits=1"
Expand All @@ -23,6 +24,7 @@ pull_request_rules:
- check-success=Build PhotoBroom sources on Linux (GNU, gcc, g++, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, false, ubuntu-24.04)
- check-success=Build PhotoBroom sources on Linux (LLVM, clang-16, clang++-16, Release, true, ubuntu-24.04)
- check-success=Build PhotoBroom sources on MacOS
- check-success=Windows installer verification
- check-success=Unit tests coverage (ubuntu-24.04)
- "#commits>1"
Expand Down

0 comments on commit b8ba5a7

Please sign in to comment.