Skip to content

Commit

Permalink
gh-actions macos: report log if there is a configuration failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 20, 2024
1 parent 08c21f3 commit df3e930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ jobs:
include:
- xcode: "11.7"
os: macos-11
arch_flags: -Wno-complex-component-init
- xcode: "12.4"
os: macos-11
arch_flags: -Wno-poison-system-directories # due to meson test
Expand Down Expand Up @@ -714,7 +715,7 @@ jobs:
- name: Install Homebrew Dependencies
run: brew install meson ninja # gcovr
- name: Configure
run: meson setup build # -Db_coverage=true
run: meson setup build || (cat build/meson-logs/meson-log.txt ; false) # -Db_coverage=true
- name: Build
run: ninja -C build -v
- name: Test
Expand Down

0 comments on commit df3e930

Please sign in to comment.