Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the redundant compile.cmd script #1328

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

keitherskine
Copy link
Collaborator

When building Windows wheels in Appveyor on earlier Python versions (e.g. <=3.4), it was necessary to use special DOS commands. This was handled by the compile.cmd script. This is no longer the case, and besides, we typically build Windows wheels in Github Actions now (Appveyor is still used for Windows tests though because of the need to install a bunch of ODBC drivers).

Also, quick tweak to add the verbose option when compiling pyodbc.

In the Appveyor Windows builds, include the verbose option when installing pyodbc so that all compilation warnings and errors can be seen.
It used to be necessary to have special DOS compilation commands when compiling earlier versions of pyodbc but that is no longer needed.  Besides, we build Windows wheels in Github Actions now.
@mkleehammer mkleehammer merged commit ff1dd23 into mkleehammer:master Feb 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants