mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
557902a281
commit
bde580ce10
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue