sccommunity / crates-sgx

crates-sgx is a monorepo of all Rust crates ported for Teaclave SGX SDK targeting Intel SGX.
https://sccommunity.github.io/crates-sgx
Apache License 2.0
12 stars 2 forks source link

continuous integration to ease testing new PR #6

Closed sammyne closed 4 years ago

sammyne commented 4 years ago

It would be better if there is a CI validating every PR before manual reviewing.

I'd like to help with that with CircleCI, and will propose a PR for that later.

If ok, assign this issue a enhancement label, please~

mssun commented 4 years ago

Yes, though we can only run in simulation mode with public CI.

BTW, how about GitHub Action? I guess it will integrated with GitHub well.

sammyne commented 4 years ago

Ok, I'll give Github Action a shot