summaryrefslogtreecommitdiff
path: root/.appveyor
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade libpq to 13.3 and libssl to 1.1.1k on windows tooDaniele Varrazzo2021-06-152-4/+4
|
* Use Appveyor to build Windows packagesDaniele Varrazzo2021-05-262-0/+165
The script was executed both by this repos' appveyor config (to run the tests) and by the psycopg2-wheels config (to build the packages). Now there are two different workflows to execute for tests and to build packages. The only way to swap them is to change the project config it seems, in <https://ci.appveyor.com/project/psycopg/psycopg2/settings>.