You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2016/02/23 06:17:44 UTC

[2/3] qpid-proton git commit: NO-JIRA: Make appveyor test run the install target too

NO-JIRA: Make appveyor test run the install target too


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/84a84f27
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/84a84f27
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/84a84f27

Branch: refs/heads/master
Commit: 84a84f27437e6e58eb4ae7ce0c34609a4928c6cc
Parents: 1640d20
Author: Andrew Stitcher <as...@apache.org>
Authored: Mon Feb 22 17:39:49 2016 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Tue Feb 23 00:16:16 2016 -0500

----------------------------------------------------------------------
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/84a84f27/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index d92f135..2c87e97 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,5 +12,6 @@ build:
   verbosity: normal
 test_script:
 - cd BLD
-- ctest -V -C RelWithDebInfo
+- cmake --build . --target install --config %CONFIGURATION%
+- ctest -V -C %CONFIGURATION%
 - cd ..


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org