mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libusbmuxd)
This commit is contained in:
parent
198878d292
commit
44aa8fccc9
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,9 @@ build:
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh $ARGS
|
- ./autogen.sh $ARGS
|
||||||
- make --jobs {{hw.concurrency}} install
|
- make --jobs {{hw.concurrency}} install
|
||||||
|
# FIXME: this is a hack; we need to fix fixup.ts
|
||||||
|
- run: sed -i 's/\+brewing//g' *.pc
|
||||||
|
working-directory: '{{prefix}}/lib/pkgconfig'
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --disable-debug
|
- --disable-debug
|
||||||
|
@ -41,4 +44,4 @@ test:
|
||||||
- curl -v telnet://localhost:2222 2>&1 | grep 'Connected to localhost'
|
- curl -v telnet://localhost:2222 2>&1 | grep 'Connected to localhost'
|
||||||
- kill $PID
|
- kill $PID
|
||||||
- iproxy -v | grep {{version}}
|
- iproxy -v | grep {{version}}
|
||||||
- inetcat -v | grep {{version}}
|
- inetcat -v | grep {{version}}
|
||||||
|
|
Loading…
Reference in a new issue