aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-25build: appveyor: support different libssl versionSteve Bennett1-1/+1
Use wildcards when packaging libssl in case the version changes. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2023-02-13configure: Default to --fullSteve Bennett1-1/+1
Now use --minimal and/or --without-ext to disable things. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-11-28build: update appveyor version numberSteve Bennett1-1/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2020-11-01build: Fix the appveyor buildSteve Bennett1-1/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2020-03-05build: Check for 32-bit time_t at configure timeSteve Bennett1-2/+2
To warn of Y2038 problems, and suggest use of -D__MINGW_USE_VC2005_COMPAT on mingw32. Do this instead of the previous runtime test. Add -D__MINGW_USE_VC2005_COMPAT to the appveyor build. Fixes msteveb/jimtcl#145 Signed-off-by: Steve Bennett <steveb@workware.net.au>
2019-11-08appveyor.yml: build with sqlite3 extdbohdan1-3/+3
2019-11-08appveyor.yml: fix build in forksdbohdan1-0/+1
2019-11-08appveyor.yml: explicitly build with ssldbohdan1-1/+1
Using only --full will ignore ssl if the ssl library isn't found. By enabling it explicitly, we will get an error if not found.
2018-11-26appveyor.yml: update OpenSSL DLL pathsdbohdan1-1/+1
2018-10-26appveyor.yml: fix missing zlib1.dll in jimsh.zipdbohdan1-1/+1
2018-07-01Bump version to 0.780.78Steve Bennett1-1/+1
2016-10-11Fix warnings when building win32 module and add module to appveyor buildEvan Hunter1-1/+1
2016-09-04appveyor.yml: Package stripped & debug .exe, DLLsDanyil Bohdan1-1/+4
2016-09-04appveyor.yml: Bump version to 0.77Danyil Bohdan1-1/+1
2016-08-29Add AppVeyor CIDanyil Bohdan1-0/+11