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

[CI][Windows] github Action to build in windows #2097

Merged
merged 4 commits into from
Aug 26, 2021

Conversation

cvvergara
Copy link
Member

@cvvergara cvvergara commented Aug 25, 2021

Fixes #2096
In appveyor its only building not testing due to lack of knowledge of windows

  • intall boost
  • install msbuild
  • Configure: pass
  • Build: is failing passing
  • Not testing
    • There is no need to install PostGIS to build, only to test is needed but we are not testing

Getting a lot of errors: Errors fixed!

C:\Strawberry\c\include\postgresql\server\c.h(65,10): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory

@pgRouting/admins

@krashish8
Copy link
Member

The build is passing @cvvergara

@cvvergara
Copy link
Member Author

@krashish8
Can you remove also everything related to appveyor:
appveyor.yml
ci/appveyor

@krashish8 krashish8 marked this pull request as ready for review August 26, 2021 15:03
Copy link
Member

@dkastl dkastl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!
I'm looking forward to close the Appveyor account ;-)

@krashish8 krashish8 merged commit 5d92487 into pgRouting:develop Aug 26, 2021
@cvvergara cvvergara deleted the windows-action-try2 branch August 26, 2021 15:13
@cvvergara
Copy link
Member Author

The account has been closed for some time. I didn't close mine just to keep track of things

@dkastl dkastl mentioned this pull request Aug 27, 2021
@cvvergara cvvergara linked an issue Aug 27, 2021 that may be closed by this pull request
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.

Windows action
3 participants