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

Github Actions #16

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Github Actions #16

merged 2 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. tests: setup-ock: explicitly reference provider library

    Instead of using the PKCS#11 provider library lookup mechanism from
    p11-kit, explicitly specify the ock library for p11tool.
    
    While p11-kit is no longer required, remove it from the README.md as well.
    
    Signed-off-by: Holger Dengler <[email protected]>
    holger-dengler committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e149b6e View commit details
    Browse the repository at this point in the history
  2. github: add build workflow

    The build workflow build the provider and executes the built-in test
    suite (make check). It triggers on push and pull-requests to the
    master branch.
    
    Signed-off-by: Holger Dengler <[email protected]>
    holger-dengler committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    34acaaa View commit details
    Browse the repository at this point in the history