-
Notifications
You must be signed in to change notification settings - Fork 13
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 ci #7
Add ci #7
Conversation
bors try |
Statuses are not working correctly 👎 |
tryBuild succeeded: |
bors try |
bors try cancel |
tryAlready running a review |
bors try- |
.jenkins/Jenkinsfile
Outdated
"ACC1604 clang-7": { LinuxBuild(AGENTS_LABELS["acc-ubuntu-16.04"], 'clang-7',) }, | ||
"ACC1804 clang-7": { LinuxBuild(AGENTS_LABELS["acc-ubuntu-18.04"], 'clang-7') }, | ||
"RHEL 8 gcc 8": { LinuxBuild(AGENTS_LABELS["acc-rhel-8"], 'gcc') }, | ||
"Win 2016 Clang 7": { WindowsBuild(AGENTS_LABELS["acc-win2016"]) }, |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
One thing I see is that the Windows Logs show as if the pipeline stopped at build and did not execute the tests: |
bors try |
bors try- |
bors try |
tryTimed out. |
fa7e6e1
to
7686600
Compare
Signed-off-by: BRMcLaren <[email protected]>
Add CI to the backend of openenclave/oeedger8r-cpp against multiple platforms and compilers.