Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Add iOS/Android nightly builds + release build publishing #10551

Closed
kkaefer opened this issue Nov 23, 2017 · 4 comments
Closed

Add iOS/Android nightly builds + release build publishing #10551

kkaefer opened this issue Nov 23, 2017 · 4 comments
Labels
Android Mapbox Maps SDK for Android build iOS Mapbox Maps SDK for iOS

Comments

@kkaefer
Copy link
Member

kkaefer commented Nov 23, 2017

After #10257 landed and we disabled all Bitrise builds for master, we can now start working on automatically building nightly releases for iOS/Android, as well as automating release publishing when pushing tags.

/cc @tobrun @friedbunny

@tobrun
Copy link
Member

tobrun commented Mar 7, 2018

An example of reacting tag creation can be found in the demo app repo (there we release a new version of the application to Google Play when a new tag is created).

@friedbunny
Copy link
Contributor

friedbunny commented Mar 12, 2018

Per CircleCI docs, it seems that if you want to make a job tag-only, you must also explicitly ignore all branches:

- ios-release:
    filters:
      tags:
        only: /ios-.*/
      branches:
        ignore: /.*/

@friedbunny
Copy link
Contributor

iOS release builds happen on CircleCI as of #11437, but nightly builds and metrics haven’t yet been migrated from Bitrise (and aren’t currently running at all).

@tobrun
Copy link
Member

tobrun commented Jul 6, 2018

Both iOS as Android are using a tag based system. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android build iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

3 participants