Skip to content
Snippets Groups Projects
Verified Commit f70a9554 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: rename Meson Homebrew/x86-64 cross file, for clarity

Also enforce the path to x86-64 GCC.
parent c9a28b82
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ build_macos_x86_64: ...@@ -46,7 +46,7 @@ build_macos_x86_64:
tags: tags:
- macOS - macOS
script: script:
- arch -x86_64 meson setup -D buildtype=release --native-file scripts/homebrew-native.ini build - arch -x86_64 meson setup -D buildtype=release --native-file scripts/homebrew-native-x86_64.ini build
- arch -x86_64 meson compile -C build -v - arch -x86_64 meson compile -C build -v
artifacts: artifacts:
paths: paths:
......
# Meson native file for compiling under Homebrew # Meson native file for compiling under Homebrew / x86-64
[binaries] [binaries]
cpp = 'g++-13' cpp = '/usr/local/bin/g++-13'
flex = '/usr/local/opt/flex/bin/flex' flex = '/usr/local/opt/flex/bin/flex'
bison = '/usr/local/opt/bison/bin/bison' bison = '/usr/local/opt/bison/bin/bison'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment