mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-23 09:48:36 +00:00
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
898f13c46c
commit
ce99ef06d7
1 changed files with 4 additions and 1 deletions
5
.github/workflows/Qt_Build.yml
vendored
5
.github/workflows/Qt_Build.yml
vendored
|
@ -59,6 +59,9 @@ jobs:
|
||||||
vulkan-use-cache: true
|
vulkan-use-cache: true
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
|
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
|
||||||
|
|
||||||
|
- name: Install qt
|
||||||
|
run: brew install qt
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DENABLE_QT_GUI=ON
|
||||||
|
|
||||||
|
@ -66,7 +69,7 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: brew install dylibbundler imagemagick qt
|
run: brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Run bundle script
|
- name: Run bundle script
|
||||||
run: ./.github/mac-bundle.sh
|
run: ./.github/mac-bundle.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue