File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,10 +34,15 @@ jobs:
3434 sudo apt-get update
3535 sudo apt-get install -y mono-complete
3636
37+ - name : Copy wolfSSL.dll to C# wrapper directory
38+ run : |
39+ echo "Copying wolfSSL.dll to C# wrapper directory. $GITHUB_WORKSPACE/build-dir/lib contains:"
40+ ls -la $GITHUB_WORKSPACE/build-dir/lib/*
41+ cp $GITHUB_WORKSPACE/build-dir/lib/libwolfssl.so $GITHUB_WORKSPACE/wolfssl/wrapper/CSharp/wolfssl.dll
42+ cp $GITHUB_WORKSPACE/build-dir/lib/libwolfssl.so $GITHUB_WORKSPACE/wolfssl/wrapper/CSharp/libwolfssl.so
43+
3744 - name : Build and run wolfCrypt test wrapper
3845 working-directory : wolfssl/wrapper/CSharp
39- env :
40- LD_LIBRARY_PATH : $GITHUB_WORKSPACE/build-dir/lib
4146 run : |
4247 mcs wolfCrypt-Test/wolfCrypt-Test.cs wolfSSL_CSharp/wolfCrypt.cs wolfSSL_CSharp/wolfSSL.cs wolfSSL_CSharp/X509.cs -OUT:wolfcrypttest.exe
4348 mono wolfcrypttest.exe
You can’t perform that action at this time.
0 commit comments