mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
ci: Stop building widl for the macOS image.
This commit is contained in:
committed by
Henri Verbeet
parent
2b84e30e26
commit
7c3f424a97
Notes:
Henri Verbeet
2024-10-17 17:40:01 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1192
@@ -37,9 +37,7 @@ image-mac:
|
|||||||
- mac
|
- mac
|
||||||
script:
|
script:
|
||||||
- mkdir image
|
- mkdir image
|
||||||
- mkdir image/bin
|
|
||||||
- mkdir image/moltenvk
|
- mkdir image/moltenvk
|
||||||
- export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"
|
|
||||||
|
|
||||||
- git clone --depth 1 --branch v1.2.9 https://github.com/KhronosGroup/MoltenVK.git
|
- git clone --depth 1 --branch v1.2.9 https://github.com/KhronosGroup/MoltenVK.git
|
||||||
- cd MoltenVK
|
- cd MoltenVK
|
||||||
@@ -51,15 +49,6 @@ image-mac:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- cp MoltenVK/Package/Release/MoltenVK/dylib/macOS/MoltenVK_icd.json image/moltenvk
|
- cp MoltenVK/Package/Release/MoltenVK/dylib/macOS/MoltenVK_icd.json image/moltenvk
|
||||||
- cp MoltenVK/Package/Release/MoltenVK/dylib/macOS/libMoltenVK.dylib image/moltenvk
|
- cp MoltenVK/Package/Release/MoltenVK/dylib/macOS/libMoltenVK.dylib image/moltenvk
|
||||||
|
|
||||||
- git clone --depth 1 --branch wine-3.21 https://gitlab.winehq.org/wine/wine.git
|
|
||||||
- cd wine
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- arch -x86_64 ../configure --enable-win64 --without-x --without-freetype
|
|
||||||
- arch -x86_64 make tools/widl/widl
|
|
||||||
- cd ../..
|
|
||||||
- cp wine/build/tools/widl/widl image/bin
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- image
|
- image
|
||||||
|
Reference in New Issue
Block a user