Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add continuous integration #20

Open
jovanbulck opened this issue Feb 4, 2020 · 1 comment
Open

add continuous integration #20

jovanbulck opened this issue Feb 4, 2020 · 1 comment
Labels

Comments

@jovanbulck
Copy link
Owner

eg Travis-CI to at least make sure everything compiles on an up-to-date system. This means we should also patch, build, and install the SGX-SDK.

We can also consider running at least some tests from the app directory in the CI environment.

@jovanbulck jovanbulck changed the title add continous integration add continuous integration Feb 4, 2020
@jovanbulck
Copy link
Owner Author

jovanbulck commented Jun 3, 2022

Elementary CI is now integrated in GitHub Actions to:

  1. Build and load /dev/sgx-step
  2. Patch and build the linux-sgx Intel SDK and PSW
  3. Build libsgxstep and sample applications

Ideally, CI should also execute at least some of the sample applications to test some of the features of the framework that do not rely on SGX -- should look into how feasible it is test APIC manipulations in a CI VM environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant