gitlab have integrated ci new version right now. there better way integrate android testing gitlab-ci in order work gitlab? great considering can on 1 server
thanks
i've set gitlab ci build android projects. here's container can build android. memories of trying run emulator in server painful, i'd stick robolectric or similar. you'll have tweak container version of android you're building against. setup uses gradle installation, since have trouble setting proper caching.
variables: library: "rxfirebaseandroid" build: script: - gradle testdebug artifacts: paths: - $library/build/outputs/aar/
Comments
Post a Comment