Build Capacitor Apps on a Server #3183
Replies: 2 comments 1 reply
-
Number of ways to do this, but the easiest way to get this kind of functionality would be to look at AppFlow. https://ionicframework.com/appflow Past that you need to look into a filesync option across some order of file protocol, such as SMB shares in a local network, and having scripts to trigger build on file changes in the shares. This is a bit of a task to write out in a post however, but I believe in you that you'll figure it out with those concepts I said above 🙂 |
Beta Was this translation helpful? Give feedback.
-
Another option which we use is Visual Studio "Appcenter" https://appcenter.ms , it has an API but don't know if that matches your exact use case. In our case, we build it on appcenter on every push to GIT and then send the testers a notification with a download link... Some more info on the exact setup for ios:
Crixx |
Beta Was this translation helpful? Give feedback.
-
Can anyone point me in the direction of being able to build capacitor apps on a server? I want to send the server the project files, have it build the Android and iOS projects, and send back the files it generated.
Beta Was this translation helpful? Give feedback.
All reactions