Skip to content

Commit

Permalink
Another workaround for ancient Meson
Browse files Browse the repository at this point in the history
Apparently the 0.x version on Ubuntu 22.04 doesn't understand the
"verbose" parameter for tests.
  • Loading branch information
airtower-luna committed Apr 7, 2024
1 parent d644ea7 commit a51c2f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: cpp
- name: 'workaround for Meson versions < 1.1'
run: ln -s meson.options meson_options.txt
- name: 'workarounds for ancient Meson (0.x)'
run: |
ln -s meson.options meson_options.txt
sed -e '/verbose: true,/d' test/meson.build
- name: meson setup
run: meson setup -Dpdf-doc=false build
- name: meson compile
Expand Down

0 comments on commit a51c2f1

Please sign in to comment.