This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 74fd820d4 Add an artifact for easy testing.
74fd820d4 is described below
commit 74fd820d41faaaeed0198280b423d1f5b56f0bfa
Author: Jean-Frederic Clere <[email protected]>
AuthorDate: Mon Jun 16 15:24:57 2025 +0200
Add an artifact for easy testing.
---
.github/workflows/makefile.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index a67b2d0e7..f43c85197 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -82,3 +82,7 @@ jobs:
cd native
echo "Building for ${{ matrix.build-arch }}"
nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }}
WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid
OPENSSL_NEW_LIBS=1 ENABLE_OCSP=1
+ - uses: actions/upload-artifact@v4
+ with:
+ name: windows-artifact
+ path: native\WIN7_X64_DLL_RELEASE\tcnative-2.dll
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]