-
Notifications
You must be signed in to change notification settings - Fork 291
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
Build tests on appveyor, the MSVC build, but don't run them yet. #556
Conversation
e7fe058
to
488b6f6
Compare
Reviewed 2 of 2 files at r1. .travis.yml, line 3 at r1 (raw file):
It seems you forgot this ;) Comments from Reviewable |
@Diadlo I'm still working on it. |
3ce3f41
to
d4e2a9c
Compare
362aaa3
to
36e0d68
Compare
This is now ready for review. |
Review status: 0 of 26 files reviewed at latest revision, 1 unresolved discussion. .travis.yml, line 3 at r1 (raw file): Previously, Diadlo (Polshakov Dmitry) wrote…
Done. Comments from Reviewable |
Reviewed 28 of 28 files at r2. appveyor.yml, line 11 at r2 (raw file):
You check the existence of cmake/Dependencies.cmake, line 69 at r2 (raw file):
I think Comments from Reviewable |
baaacf9
to
5dc9e10
Compare
Review status: 25 of 27 files reviewed at latest revision, 2 unresolved discussions. appveyor.yml, line 11 at r2 (raw file): Previously, Diadlo (Polshakov Dmitry) wrote…
Done. cmake/Dependencies.cmake, line 69 at r2 (raw file): Previously, Diadlo (Polshakov Dmitry) wrote…
Done. Comments from Reviewable |
CMakeLists.txt, line 397 at r2 (raw file):
Kind of weird how Perhaps changing Comments from Reviewable |
cmake/Dependencies.cmake, line 69 at r2 (raw file): Previously, iphydf wrote…
I don't understand what was wrong with using the working directory for everything and doing things relative to its path. You don't install libraries in Comments from Reviewable |
Reviewed 28 of 28 files at r2. Comments from Reviewable |
Review status: 24 of 27 files reviewed at latest revision, 3 unresolved discussions. CMakeLists.txt, line 397 at r2 (raw file): Previously, nurupo wrote…
Done. cmake/Dependencies.cmake, line 69 at r2 (raw file): Previously, nurupo wrote…
Added an explanation for it. I like to override defaults as little as possible. Comments from Reviewable |
Tests are not actually ran on appveyor for now, since they all fault for some reason. For now, we just build them. Also, some tests are disabled on msvc entirely, because they don't even compile. We'll need to look into those, later. They are disabled using `MSVC_DONT_BUILD`.
Reviewed 22 of 28 files at r2, 6 of 6 files at r3. Comments from Reviewable |
This change is