Android CI using Bitbucket Pipelines and Docker

后端 未结 3 2028
一整个雨季
一整个雨季 2021-02-01 17:53

I am trying to set up Continuous Integration (CI) in Bitbucket Pipelines for Android.

I have created a sample blank activity using Android Studio 2.1.1.

With Pi

3条回答
  •  你的背包
    2021-02-01 18:09

    Could you symlink your project from /opt/atlassian/bitbucketci/agent/build to /project from within the container? ln -s /opt/atlassian/bitbucketci/agent/build /project is the command you'll need.

    or alternatively copy the files to the new path?

    I have no experience with android development, so YMMV :)

提交回复
热议问题