Android Continuous Integration with CircleCI

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • In this screencast we demonstrate how you can set up a private CircleCI build server (Continuous Integration Server) that will build your Android application. The outputs (APK files) can be downloaded from the CI server. We also talk about why it’s important to have a CI server and the notification system as well.
    You will need a GitHub account and any Android Application to complete this.
    Links from the episode:
    Android circle.yml - gist.github.co...
    For more videos see www.caster.io or this CZcams channel: / @donnfelkeryt

Komentáře • 8

  • @redkb
    @redkb Před 9 lety

    Great video! I'm ready for part 2 on using circle to run test via expresso.

  • @huseyinbarin1653
    @huseyinbarin1653 Před 7 lety

    simple and very useful.

  • @JacobsRoblox460
    @JacobsRoblox460 Před 6 lety

    Hi Donn - thanks for the vid - very useful. Do you have any advice on how to add your keyStore to Circle CI, so it auto-signs builds? Currently ours is still looking in the desktop/local version. Any help much appreciated! x

  • @tahirdevlog2047
    @tahirdevlog2047 Před 2 lety

    thanks

  • @bhavdippathar003
    @bhavdippathar003 Před 9 lety

    Thank you for share :)

  • @VenkatGonu
    @VenkatGonu Před 9 lety

    My team wants me to set up our application with CI. They are more inclined with Jenkins, can you suggest me CircleCi is better or Jenkins.? Thanks

  • @nayansrivastava6084
    @nayansrivastava6084 Před 7 lety

    I am using the same yml file and just added ./gradlew cAT and removed time-out but circle-ci throwing error that "task cAT not found" and the same command is working fine in local environment, can u please help ?

  • @TheAmeer3881
    @TheAmeer3881 Před 5 lety

    Amazing