aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-02-25 10:00:17 +1000
committerSteve Bennett <steveb@workware.net.au>2023-02-25 10:00:17 +1000
commitf1edcd2f995870b89d7742b829d39e36d43b177d (patch)
treef5a29fc5ae516f068944a76f21b3a7df9eccc956
parente386e820635646f6c49b4382c4fdbde43e8f1956 (diff)
downloadjimtcl-f1edcd2f995870b89d7742b829d39e36d43b177d.zip
jimtcl-f1edcd2f995870b89d7742b829d39e36d43b177d.tar.gz
jimtcl-f1edcd2f995870b89d7742b829d39e36d43b177d.tar.bz2
build: appveyor: support different libssl version
Use wildcards when packaging libssl in case the version changes. Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 36fd95b..6a83ba0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,6 +11,6 @@ test_script:
- cmd: C:\msys64\usr\bin\bash -lc "cd /c/projects/jimtcl; make test"
after_build:
- cmd: copy jimsh.exe jimsh_debug.exe
- - cmd: C:\msys64\usr\bin\bash -lc "cd /c/projects/jimtcl; strip jimsh.exe; 7z a jimsh.zip jimsh.exe jimsh_debug.exe /c/msys64/mingw32/bin/{libcrypto-1_1.dll,libgcc_s_dw2-1.dll,libsqlite3-0.dll,libssl-1_1.dll,libwinpthread-1.dll,zlib1.dll}"
+ - cmd: C:\msys64\usr\bin\bash -lc "cd /c/projects/jimtcl; strip jimsh.exe; 7z a jimsh.zip jimsh.exe jimsh_debug.exe /c/msys64/mingw32/bin/{libcrypto-*.dll,libgcc_s_dw2-1.dll,libsqlite3-0.dll,libssl-*.dll,libwinpthread-1.dll,zlib1.dll}"
artifacts:
- path: jimsh.zip