Skip to content

Commit

Permalink
update OpenSSL_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Jan 23, 2025
1 parent 6e85f49 commit 701861f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: OpenSSL compatibility
on: push

jobs:
openssl_version:
version:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -43,16 +43,6 @@ jobs:
echo "OPENSSL_LIB=${{ env.OPENSSL_DIR }}/lib64" >> $GITHUB_ENV
echo "${{ env.OPENSSL_DIR }}/bin" >> "$GITHUB_PATH"
echo "LD_LIBRARY_PATH=${{ env.OPENSSL_DIR }}/lib64:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
- 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
./cmpClient -help
make -f Makefile_v1 clean
- name: cmake
run: |
cmake .
Expand All @@ -65,3 +55,15 @@ jobs:
make clean build
DESTDIR=tmp make install uninstall
make deb
- name: make
run: |
make -f Makefile_v1
./cmpClient -help
# make -f Makefile_v1 test_Mock # TODO add after solving issue #76
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1
./cmpClient -help
make -f Makefile_v1 clean

0 comments on commit 701861f

Please sign in to comment.