mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
new file: projects/github.com/ios-control/ios-deploy/package.yml
This commit is contained in:
parent
ccf858e757
commit
5a3c22ca70
1 changed files with 19 additions and 0 deletions
19
projects/github.com/ios-control/ios-deploy/package.yml
Normal file
19
projects/github.com/ios-control/ios-deploy/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/ios-control/ios-deploy.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: ios-control/ios-deploy
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- darwin
|
||||||
|
|
||||||
|
build:
|
||||||
|
- xcodebuild -configuration Release SYMROOT=build -arch $(uname -m)
|
||||||
|
- xcodebuild test -scheme ios-deploy-tests -configuration Release SYMROOT=build -arch $(uname -m)
|
||||||
|
- install -D build/Release/ios-deploy {{prefix}}/bin/ios-deploy
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/ios-deploy
|
||||||
|
|
||||||
|
test: ios-deploy -V | grep {{version}}
|
Loading…
Reference in a new issue