-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: building and testing Poco with VS2013 and CMake/CTest #1072
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
…yet available Run tests in release mode. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
-m64 anymore. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
FWIW, editing VS project is a futile task because they are likely to be overwritten by progen. If you need to change them, edit progen file and run the utility to regenerate. |
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
OSX. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
To be fixed later on. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
ok, so we need to find out how do they build binaries that link with all of our configurations and do the same thing. I may look at it this weekend |
execute and make the Travis job aborting. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
…restored later on. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Conflicts: buildwin.ps1 Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
… fixed later on. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
aleks-f
added a commit
that referenced
this pull request
Dec 13, 2015
AppVeyor: building and testing Poco with VS2013 and CMake/CTest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi
Here a PR with a full setup for building and testing Poco on the VS2013 platform. Building is done with CMake while tests are processed by CTest.
The Data* tests are excluded until they compil/link/run as expected.
It remains 3 failed tests to fix:
1: There was 1 failure:
1: 1: class CppUnit::TestCaller.testDequeue
1: "ts1.elapsed() >= 0"
1: in "C:\projects\poco-olq4c\Foundation\testsuite\src\TimedNotificationQueueTest.cpp", line 97
1:
1/9 Test #1: Foundation .......................***Failed 548.74 sec
: There were 2 errors:
7: 1: class CppUnit::TestCaller.testProxy
7: "class Poco::Net::HTTPException: HTTP Exception"
7: in "", line -1
7: 2: class CppUnit::TestCaller.testProxy
7: "class Poco::Net::HTTPException: HTTP Exception"
7: in "", line -1
7:
7/9 Test #7: NetSSL ...........................***Failed 56.65 sec