-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build automation #30
Comments
Latest exploration on OS X I can do:
For SynchroSwift, and:
For SynchroClientAndroid. |
For unit tests I can do (will run simulator if not running)
To build and run unit tests on Android, with the emulator already running, use:
|
For Windows / Windows Phone I was able to:
This article was useful. http://blogs.msdn.com/b/dsvc/archive/2014/02/17/using-msbuild-to-build-windows-store-application-without-signing-the-appxpackage.aspx To select Debug / Release builds, we may need to use |
Not sure where to put this yet, this is the way I created the keystore for the Android app:
|
Commands for signing apk:
|
Trying to come up with a plan for build automation. I think at least on OS X I can do:
From the MaaasClient directory which I think builds the iOS and Android versions.
There are probably
msbuild
equivalent command lines for the Windows / Windows Phone versions. I don't think we can build all platforms on one build platform is the problem. There may be a way to configure remote building of iOS from Windows, but we will still need an iOS and a Windows dev platform available.The text was updated successfully, but these errors were encountered: