mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
55623ba686
commit
9158d2565e
1 changed files with 4 additions and 1 deletions
|
@ -35,8 +35,11 @@ provides:
|
||||||
- bin/vala-gen-introspect
|
- bin/vala-gen-introspect
|
||||||
- bin/vapigen
|
- bin/vapigen
|
||||||
test:
|
test:
|
||||||
|
dependencies:
|
||||||
|
linux:
|
||||||
|
llvm.org: '*'
|
||||||
script:
|
script:
|
||||||
- valac -g --cc=cc --save-temps test.vala
|
- valac -g --cc=clang --save-temps test.vala
|
||||||
- ls | grep "test.c"
|
- ls | grep "test.c"
|
||||||
- ./test | grep "Hello World!"
|
- ./test | grep "Hello World!"
|
||||||
- vala --version | grep {{version}}
|
- vala --version | grep {{version}}
|
||||||
|
|
Loading…
Reference in a new issue