mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libusbmuxd)
This commit is contained in:
parent
198878d292
commit
44aa8fccc9
|
@ -19,6 +19,9 @@ build:
|
|||
script:
|
||||
- ./autogen.sh $ARGS
|
||||
- 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:
|
||||
ARGS:
|
||||
- --disable-debug
|
||||
|
@ -41,4 +44,4 @@ test:
|
|||
- curl -v telnet://localhost:2222 2>&1 | grep 'Connected to localhost'
|
||||
- kill $PID
|
||||
- iproxy -v | grep {{version}}
|
||||
- inetcat -v | grep {{version}}
|
||||
- inetcat -v | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue