ci: shippable: build some platforms with Clang

Adds new builds with Clang to the Shippable configuration: QEMU,
QEMUv8, HiKey960 (32 and 64 bits). The docker image is
jforissier/optee_os_ci_clangbuilt (Docker Hub repository [1],
Dockerfile [2]). It contains the previous jforissier/optee_os_ci plus
the Clang compiler and tools built from master and installed in
/usr/local.

Link: [1] https://cloud.docker.com/repository/docker/jforissier/optee_os_ci_clangbuilt
Link: [2] https://github.com/jforissier/docker_optee_os_ci_clangbuilt
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: f4f902514c506f6e43a08b46a52a70ceefa83650
  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