mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Enable Metal for Mac CI builds
This commit is contained in:
committed by
Baldur Karlsson
parent
02d72c038e
commit
58f6061bdb
@@ -299,7 +299,7 @@ jobs:
|
||||
run: |
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake -DCMAKE_BUILD_TYPE=${{ matrix.type }} ..
|
||||
cmake -DENABLE_METAL=On -DCMAKE_BUILD_TYPE=${{ matrix.type }} ..
|
||||
make -j2
|
||||
popd
|
||||
- if: matrix.type == 'Debug'
|
||||
|
||||
Reference in New Issue
Block a user