mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix unity size argument in the CI build
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
# Statically link to libstdc++ on Ubuntu 18.04 as we're compiling
|
# Statically link to libstdc++ on Ubuntu 18.04 as we're compiling
|
||||||
# with a newer version of g++ than what's in the default repos
|
# with a newer version of g++ than what's in the default repos
|
||||||
meson setup --buildtype=release --cross-file=cross-wine.conf --unity=on --unity_size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++' build
|
meson setup --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++' build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
- name: Create an archive for the binaries
|
- name: Create an archive for the binaries
|
||||||
run: |
|
run: |
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
mkdir -p /tmp/prefix
|
mkdir -p /tmp/prefix
|
||||||
export WINEPREFIX=/tmp/prefix
|
export WINEPREFIX=/tmp/prefix
|
||||||
|
|
||||||
meson setup --buildtype=release --cross-file=cross-wine.conf --unity=on --unity_size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true build
|
meson setup --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
- name: Create an archive for the binaries
|
- name: Create an archive for the binaries
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user