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 <[email protected]> Authored: Mon Feb 22 17:39:49 2016 -0500 Committer: Andrew Stitcher <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
