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

Switch to setuptools #89

Merged
merged 4 commits into from Jul 21, 2016
Merged

Switch to setuptools #89

merged 4 commits into from Jul 21, 2016

Conversation

opadron
Copy link
Member

@opadron opadron commented Jul 20, 2016

Building wheels should now work!

Also refactors some of the test code. Subproject tests (defined in their CMakeLists.txt files) are currently commented out. They will later be replaced with nose-friendly versions.

@opadron
Copy link
Member Author

opadron commented Jul 20, 2016

This should fix #85

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@thewtex
Copy link
Member

thewtex commented Jul 20, 2016

woot! LGTM, but CI is not yet passing

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@opadron
Copy link
Member Author

opadron commented Jul 20, 2016

@thewtex could you take another pass at this? I've added some more changes to get CI working.

cwd = os.getcwd()
cmd = ['cmake', cwd, '-G', generator_id]
cmd.extend(
"=".join((cmake_variable, value)) for cmake_variable, value in (
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we simply extend the list, I don't think using the join and for loop give us much here ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Different strokes, I guess. I had hoped this would make the arguments that we're passing easier to read through.

@jcfr
Copy link
Contributor

jcfr commented Jul 20, 2016

xref #63 (Refactor testing of scikit-build sample projects)

@AppVeyorBot
Copy link

@AppVeyorBot
Copy link

@opadron
Copy link
Member Author

opadron commented Jul 21, 2016

@scikit-build/developers PTAL

@thewtex
Copy link
Member

thewtex commented Jul 21, 2016

👍

@opadron opadron merged commit 068dbcb into scikit-build:master Jul 21, 2016
@opadron opadron deleted the setuptools branch July 21, 2016 18:18
@opadron
Copy link
Member Author

opadron commented Jul 21, 2016

Wheel builders, rejoice! 🎉

@jcfr
Copy link
Contributor

jcfr commented Jul 22, 2016

It turns out that this topic broke the submission of coverage.xml, it is now generated in this folder:

./tests/samples/fail-outside-project-root/coverage.xml

instead of

./tests/coverage.xml

@jcfr
Copy link
Contributor

jcfr commented Jul 22, 2016

It turns out that the test outside_project_root is causing the coverage.xml to be generated in "wrong" location

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

5 participants