flyve-mdm / ios-inventory-agent

Flyve MDM Inventory Agent
http://flyve.org/ios-inventory-agent/
Other
29 stars 17 forks source link

Deploy app to TestFlight with Travis CI #22

Closed hectorerb closed 7 years ago

hectorerb commented 7 years ago

This PR automated app distribution to TestFlight using Travis CI

Ref: https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent/issues/21 and https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent/issues/17

ajsb85 commented 7 years ago

@hectorerb if you are working on this PR and you want to send new updates, put the prefix WIP in the name of the PR. I already edited the title. 👍

hectorerb commented 7 years ago

@ajsb85 very good! 👍

ajsb85 commented 7 years ago

This branch has conflicts that must be resolved

ajsb85 commented 7 years ago

You can create file execute mode permissions in git:

https://stackoverflow.com/questions/21691202/how-to-create-file-execute-mode-permissions-in-git-on-windows

Then you can remove the chmod in the before_script

hectorerb commented 7 years ago

@ajsb85 Thanks! I'll check it