Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Jul 27, 2024
1 parent 33687f9 commit 8580934
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,18 @@ jobs:
git clone https://github.com/KhronosGroup/MoltenVK.git
cd MoltenVK
./fetchDependencies --macos
xcodebuild build -quiet -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)" -configuration "Debug"
make
make all
make macos
make ios
make iossim
make maccat
make tvos
make tvossim
make all-debug
make macos-debug
make clean
make install
- name: "Setup cmake"
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 8580934

Please sign in to comment.