mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Settings for Py39/VS2019 builds + OpenSSL update
This commit is contained in:
parent
163dadb6c6
commit
31b37685b7
|
@ -1,5 +1,5 @@
|
||||||
version : 2.x.{build}
|
version : 2.x.{build}
|
||||||
image: Visual Studio 2019
|
|
||||||
clone_folder: C:\Project
|
clone_folder: C:\Project
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -11,22 +11,22 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
# For Python versions available on Appveyor, see
|
# For Python versions available on Appveyor, see
|
||||||
# https://www.appveyor.com/docs/windows-images-software/#python
|
# https://www.appveyor.com/docs/windows-images-software/#python
|
||||||
- {PY_VER: "27", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "32"}
|
||||||
- {PY_VER: "27", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "64"}
|
||||||
- {PY_VER: "39", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "38", PY_ARCH: "32"}
|
||||||
- {PY_VER: "39", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "38", PY_ARCH: "64"}
|
||||||
- {PY_VER: "38", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "37", PY_ARCH: "32"}
|
||||||
- {PY_VER: "38", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "37", PY_ARCH: "64"}
|
||||||
- {PY_VER: "37", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "36", PY_ARCH: "32"}
|
||||||
- {PY_VER: "37", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "36", PY_ARCH: "64"}
|
||||||
- {PY_VER: "36", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "35", PY_ARCH: "32"}
|
||||||
- {PY_VER: "36", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "35", PY_ARCH: "64"}
|
||||||
- {PY_VER: "35", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "34", PY_ARCH: "32"}
|
||||||
- {PY_VER: "35", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "34", PY_ARCH: "64"}
|
||||||
- {PY_VER: "34", PY_ARCH: "32"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "27", PY_ARCH: "32"}
|
||||||
- {PY_VER: "34", PY_ARCH: "64"}
|
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "27", PY_ARCH: "64"}
|
||||||
|
|
||||||
OPENSSL_VERSION: "1_1_1g"
|
OPENSSL_VERSION: "1_1_1h"
|
||||||
POSTGRES_VERSION: "11_4"
|
POSTGRES_VERSION: "11_4"
|
||||||
|
|
||||||
PSYCOPG2_TESTDB: psycopg2_test
|
PSYCOPG2_TESTDB: psycopg2_test
|
||||||
|
@ -37,6 +37,9 @@ environment:
|
||||||
PGPASSWORD: Password12!
|
PGPASSWORD: Password12!
|
||||||
PGSSLMODE: require
|
PGSSLMODE: require
|
||||||
|
|
||||||
|
# Add CWD to perl library path for PostgreSQL build on VS2019
|
||||||
|
PERL5LIB: .
|
||||||
|
|
||||||
# Select according to the service enabled
|
# Select according to the service enabled
|
||||||
POSTGRES_DIR: C:\Program Files\PostgreSQL\9.6\
|
POSTGRES_DIR: C:\Program Files\PostgreSQL\9.6\
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,10 @@ To invalidate the cache, update this file and check it into git.
|
||||||
Currently used modules built in the cache:
|
Currently used modules built in the cache:
|
||||||
|
|
||||||
OpenSSL
|
OpenSSL
|
||||||
Version: 1.1.1d
|
Version: 1.1.1h
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
Version: 11.5
|
Version: 11.4
|
||||||
|
|
||||||
|
|
||||||
NOTE: to zap the cache manually you can also use:
|
NOTE: to zap the cache manually you can also use:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user