Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Jan 2, 2025
1 parent 3f48355 commit da8ec95
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/libssh2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
timeout-minutes: 8
# needs: build_wolfssl
steps:
# - name: Download lib
# uses: actions/download-artifact@v4
# with:
# name: wolf-install-libssh2
- name: Download lib
uses: actions/download-artifact@v4
with:
name: wolf-install-libssh2

# - name: untar build-dir
# run: tar -xf build-dir.tgz
- name: untar build-dir
run: tar -xf build-dir.tgz

- name: Build and test libssh2
uses: wolfSSL/actions-build-autotools-project@v1
Expand All @@ -82,7 +82,8 @@ jobs:
autoreconf -if
mkdir build
cd build
../configure --enable-werror --enable-debug --with-crypto=openssl
../configure --enable-werror --enable-debug --with-crypto=wolfssl \
--with-libwolfssl-prefix=$GITHUB_WORKSPACE/build-dir
make -j
make check
Expand All @@ -92,4 +93,4 @@ jobs:

- name: print server logs
if: ${{ failure() }}
run: cat libssh2/build/tests/test_aa_warmup.log
run: tail -n +1 libssh2/build/tests/*.log

0 comments on commit da8ec95

Please sign in to comment.