good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit dfd2c605 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

travis, build: fix mobile build issues on travis

parent bd0aafb4
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ matrix: ...@@ -68,6 +68,7 @@ matrix:
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds
# Build the iOS framework and upload it to CocoaPods and Azure # Build the iOS framework and upload it to CocoaPods and Azure
- gem uninstall cocoapods -a
- gem install cocoapods --pre - gem install cocoapods --pre
- travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds - travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<properties> <properties>
<gpg.executable>gpg</gpg.executable> <gpg.executable>gpg2</gpg.executable>
<gpg.passphrase></gpg.passphrase> <gpg.passphrase></gpg.passphrase>
</properties> </properties>
</profile> </profile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment