Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Add step on CircleCi to generate project #39

Closed octohub closed 5 years ago

octohub commented 5 years ago

To confirm the template is generating a compilable project, add a step to generate a project using the latest changes to the android-template.

k-thryn commented 5 years ago

Hi @octohub! Would this involve steps different from what is in ci_script? It looks like this may already be happening.

octohub commented 5 years ago

@k-thryn Great point. I think you are correct. Can you chime in @jonduran3000?

jonduran3000 commented 5 years ago

@octohub Yes this is part of the CI build. If you push up any changes it should be generating a project and attempting to compile.