mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
+test gobj-intr
This commit is contained in:
parent
dc90621902
commit
de7ed57e37
1 changed files with 14 additions and 1 deletions
|
@ -30,4 +30,17 @@ build:
|
|||
#FIXME of fails during build for a gir-scanner step
|
||||
# LD_LIBRARY_PATH: /opt/gnome.org/glib/v2.72.2/lib
|
||||
|
||||
test: true #FIXME
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
gnome.org/glib: 2
|
||||
pcre.org: 8 #NOTE possibly should be automatic
|
||||
git-scm.org: 2
|
||||
tea.xyz/gx/make: '*'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
git clone $FIXTURE .
|
||||
make
|
||||
test -f Tut-0.1.typelib
|
||||
env:
|
||||
FIXTURE: https://gist.github.com/7a0023656ccfe309337a.git
|
||||
|
|
Loading…
Reference in a new issue