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 5a4d5b6
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 @@ -32,9 +32,11 @@ jobs:
with:
vulkan-query-version: 1.3.290.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
vulkan-use-cache: false
- 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 5a4d5b6

Please sign in to comment.