diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-11-28 03:40:47 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-11-28 03:40:47 +0000 |
commit | bad2b046115f69571e68eaa335c5dd10264ce1f2 (patch) | |
tree | cba01d4773b609d6a95ba164649e248f8a6cc55d | |
parent | 024881d49cdb702b94fe9d739ff6abd850c7f1dc (diff) | |
download | psycopg2-libpq-10.1.tar.gz |
Test windows package with libpq 10.1libpq-10.1
-rw-r--r-- | .appveyor.yml | 10 | ||||
-rw-r--r-- | scripts/appveyor.cache_rebuild | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 4f9a40c..8174417 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -197,8 +197,8 @@ install: # Download PostgreSQL source - CD C:\Others - - IF NOT EXIST postgres-REL_10_0.zip ( - curl -fsSL -o postgres-REL_10_0.zip https://github.com/postgres/postgres/archive/REL_10_0.zip + - IF NOT EXIST postgres-REL_10_1.zip ( + curl -fsSL -o postgres-REL_10_1.zip https://github.com/postgres/postgres/archive/REL_10_1.zip ) # Setup build config file (config.pl) @@ -209,11 +209,11 @@ install: # Prepare local include directory for building from # Build pg_config in place # NOTE: Cannot set and use the same variable inside an IF - - SET PGBUILD=%BUILD_DIR%\postgres-REL_10_0 + - SET PGBUILD=%BUILD_DIR%\postgres-REL_10_1 - IF NOT EXIST %PGTOP%\lib\libpq.lib ( CD %BUILD_DIR% && - 7z x C:\Others\postgres-REL_10_0.zip && - CD postgres-REL_10_0\src\tools\msvc && + 7z x C:\Others\postgres-REL_10_1.zip && + CD postgres-REL_10_1\src\tools\msvc && ECHO $config-^>{ldap} = 0; > config.pl && ECHO $config-^>{openssl} = "%OPENSSLTOP:\=\\%"; >> config.pl && ECHO.>> config.pl && diff --git a/scripts/appveyor.cache_rebuild b/scripts/appveyor.cache_rebuild index 8ecd97f..3713a6c 100644 --- a/scripts/appveyor.cache_rebuild +++ b/scripts/appveyor.cache_rebuild @@ -12,7 +12,7 @@ OpenSSL Version: 1.0.2l PostgreSQL - Version: 10.0 + Version: 10.1 NOTE: to zap the cache manually you can also use: |