Skip to content

Commit

Permalink
ci: Add xcodebuild for macos variant
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz authored and dev committed Sep 17, 2024
1 parent 59994b2 commit c133404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: 1.3.290.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools
vulkan-use-cache: true
- name: Build
run: |
mkdir -p build/macos
cd build/macos
cmake -G "Xcode" ../..
cmake -G "Xcode" ../..
xcodebuild -list -project OPENXR.xcodeproj/
xcodebuild -scheme ALL_BUILD build

0 comments on commit c133404

Please sign in to comment.