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

Appveyor fix #76

Merged
merged 1 commit into from
Sep 18, 2020
Merged

Appveyor fix #76

merged 1 commit into from
Sep 18, 2020

Conversation

GiuseppeCesarano
Copy link
Contributor

@GiuseppeCesarano GiuseppeCesarano commented Sep 17, 2020

I tried to fix Appveyor build, whit those changes the build continues and the tests are passed. This is my first interaction with Appveyor so i don't really know how to use this CI system, in my account those lines didn't work:

bf=$(cygpath ${APPVEYOR_BUILD_FOLDER})
cd "$bf" || (echo "Cannot go to directory $bf"; return 1)

so i changed them for a simple cd ${APPVEYOR_BUILD_FOLDER}, if those lines are need I'm more than happy to revert this change back. This commit needs #73 to be merged first or the build will fail with the error reported in #72

@Lecrapouille
Copy link
Collaborator

Lecrapouille commented Sep 18, 2020

Could not be worse than my current attempt :) An thanks a lot that really fixed CI :) Can close lot of tickets now :)

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.

None yet

2 participants