Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Add CI support #6

Open ronald-cron-arm opened 1 year ago

ronald-cron-arm commented 1 year ago

The main branch of the PSA crypto repo is going to be synchronized regularly with the head of the Mbed TLS development branch. The synchronization is done by pushing a pull request targeting the main branch and based on the head of the PSA crypto repo and the Mbed TLS development branches. CI jobs (based on all.sh) are run against this pull request and if all tests are run successfully the PR can be merged into the main branch and the synchronization is completed.