fix(vulkan-headers)

closes #3735
This commit is contained in:
Jacob Heider 2023-10-20 13:13:45 -04:00
parent 557902a281
commit bde580ce10
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -16,6 +16,8 @@ build:
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
test:
dependencies:
llvm.org: <17
fixture: |
#include <stdio.h>
#include <vulkan/vulkan_core.h>
@ -26,6 +28,6 @@ test:
}
script: |
mv $FIXTURE test.cpp
g++ test.cpp -o test
clang++ test.cpp -o test
out=$(./test)
echo $out