Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! add workflow to check compa…
Browse files Browse the repository at this point in the history
…tability with openssl versions
  • Loading branch information
rajeev-0 committed Jan 20, 2025
1 parent ca64575 commit 3cecb08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
- name: make
run: |
make -f Makefile_v1
./cmpClient -help
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1
- name: test_Mock
# Testing only with selected branche as it is consuming resources from github runner.
if: matrix.branch == 'openssl-3.0'
run: |
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 test_Mock
make -f Makefile_v1 clean_all
- name: cmake
Expand Down

0 comments on commit 3cecb08

Please sign in to comment.