ci: add GitHub Actions script and Docker files

Adds a CI script to be run on push and pull requests. Eight cross-builds
are checked: (armhf, aarch64) x (make, cmake) x (Debian, Ubuntu).

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
3 files changed
tree: a8e01cf9e3b0d5465416821ab4e929a811a98bff
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. public/
  8. scripts/
  9. tee-supplicant/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. Android.mk
  14. android_flags.mk
  15. CMakeLists.txt
  16. CMakeToolchain.txt
  17. config.mk
  18. flags.mk
  19. LICENSE
  20. Makefile
  21. README.md
  22. typedefs.checkpatch
README.md

OP-TEE Client API

This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.

// OP-TEE core maintainers