Skip to content

Commit

Permalink
test;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Apr 27, 2023
1 parent 4951e83 commit 77a8b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,14 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Tree
run: find $VULKAN_SDK/..
- name: Init
run: cmake -B build -D LOVR_BUILD_BUNDLE=ON -D Vulkan_LIBRARY=$VULKAN_SDK/../MoltenVK/dylib/macOS/libMoltenVK.dylib
- name: Build
run: cmake --build build
- name: Test
run: ./build/lovr.app/Contents/MacOS/lovr
- name: Package
run: ditto -c -k --keepParent build/lovr.app lovr.zip
- name: Upload
Expand Down

0 comments on commit 77a8b1d

Please sign in to comment.