chiark / gitweb /
gitlab-ci: install all android packages at once
authorHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 17:57:40 +0000 (19:57 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 17:57:40 +0000 (19:57 +0200)
commit242e9d2fb9992f602e4b912be813547db3d9972f
tree70bd6758a0cdb233d60065630c6f7505cea9792b
parente6c0be88984225761f1271c80207e10a7ed34b60
gitlab-ci: install all android packages at once

the `android` utility is pretty stupid, it doesn't really cache the
package index info.  So each time it is run, it tries to fetch the
indexes from the network.  This combines all android package installs
to a single command to make things run quicker.
.gitlab-ci.yml