From 2df4fae46b91903bdf0bd7a5efb7410bb9abd71f Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:30:14 +0200 Subject: [PATCH] matrix-based OQS_KEM_ENCODERS testing added Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- .github/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1ac07d95..f10be6da 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,6 +38,7 @@ jobs: fail-fast: false matrix: ossl-branch: [openssl-3.1.0, master] + cmake-params: [ "", "-DOQS_KEM_ENCODERS=ON" ] include: - name: alpine container: openquantumsafe/ci-alpine-amd64:latest @@ -55,7 +56,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Full build - run: OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh + run: OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh - name: Enable sibling oqsprovider for testing run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so - name: Test