This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 171600d7 Test on SSL3 if present 171600d7 is described below commit 171600d70ea3b100d48f6d01837c0ee404f32fd4 Author: Sebb <s...@apache.org> AuthorDate: Tue Nov 14 12:36:56 2023 +0000 Test on SSL3 if present --- .github/workflows/maven_adhoc.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index e18fb87b..c337004f 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml @@ -35,7 +35,7 @@ jobs: matrix: # macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests # os: [macos-11, ubuntu-20.04, windows-latest] - os: [ macos-latest, ubuntu-latest ] + os: [ macos-latest, ubuntu-latest, windows-latest ] # These names are used in conditional statements below. # java: [ 8, 11, 17, 21 ] java: [ 21 ] @@ -58,18 +58,6 @@ jobs: OPENSSL_HOME: "C:\\Miniconda\\Library" run: | mvn clean test -B -V -ntp -DskipTests - # - name: JNA test - # if: always() - # env: - # NAME: "crypto-1_1-x64" - # run: | - # mvn -q exec:java -D"jna.debug_load=true" -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"commons.crypto.debug=true" -D"commons.crypto.OpenSslNativeJna=$env:NAME" - # - name: JNI test - # if: always() - # env: - # NAME: "libcrypto-1_1-x64" - # run: | - # mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"commons.crypto.debug=true" -D"jni.library.name=$env:NAME" - name: JNI test default run: | mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"commons.crypto.debug=true"