mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
557902a281
commit
bde580ce10
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ build:
|
||||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
dependencies:
|
||||||
|
llvm.org: <17
|
||||||
fixture: |
|
fixture: |
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <vulkan/vulkan_core.h>
|
#include <vulkan/vulkan_core.h>
|
||||||
|
@ -26,6 +28,6 @@ test:
|
||||||
}
|
}
|
||||||
script: |
|
script: |
|
||||||
mv $FIXTURE test.cpp
|
mv $FIXTURE test.cpp
|
||||||
g++ test.cpp -o test
|
clang++ test.cpp -o test
|
||||||
out=$(./test)
|
out=$(./test)
|
||||||
echo $out
|
echo $out
|
||||||
|
|
Loading…
Reference in a new issue