This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch crypto-174
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/crypto-174 by this push:
new e6c18c3b Define it for all tests
e6c18c3b is described below
commit e6c18c3bf1773fa0f3cab75ec226f10d87bd834d
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 5 01:31:17 2023 +0000
Define it for all tests
---
.github/workflows/maven_adhoc.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index c4acb5fc..70c1cc15 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -71,11 +71,13 @@ jobs:
if: always()
env:
LIB: "C:\\Program Files\\OpenSSL\\lib"
+ NAME: "libcrypto-1_1-x64.dll"
run: |
mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"commons.crypto.debug=true" -D"jna.library.path=$env:LIB"
- name: JNI test
if: always()
env:
LIB: "C:\\Program Files\\OpenSSL\\lib"
+ NAME: "libcrypto-1_1-x64.dll"
run: |
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto"
-D"commons.crypto.debug=true" -D"jni.library.name=$env:NAME"