[TEMPHACK] ci: .shippable.yml: remove some build steps to upload cache

Building with an empty cache currently takes more than one hour which
causes a timeout (Open Source project are allowed a maximum of 1h build
time). As a result, the first build cannot succeed and since the cache
is only saved on success by default, the next build is not faster and
fails as well.

As a workaround,  remove some build steps to allow for a faster build
and therefore populate the cache for the next full builds. Forcing a
build of this branch should hopefully re-create the cache if needed.

Use until [1] is addressed.

Link: [1] https://github.com/Shippable/support/issues 3838
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 810ab2e28f4a3f9727e2291d89ab76e37ea296bb
  1. .github/
  2. core/
  3. keys/
  4. ldelf/
  5. lib/
  6. mk/
  7. scripts/
  8. ta/
  9. .gitignore
  10. .shippable.yml
  11. .travis.yml
  12. CHANGELOG.md
  13. LICENSE
  14. MAINTAINERS
  15. Makefile
  16. README.md
  17. typedefs.checkpatch
README.md

OP-TEE Trusted OS

This git contains source code for the secure side implementation of OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io.

// OP-TEE core maintainers