This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push:
new c65b5fa NO-JIRA: make cmake version print before initial proton build
c65b5fa is described below
commit c65b5faaf595e5bbc2801bebc6a00e81759eb9ff
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Aug 19 10:08:44 2020 +0100
NO-JIRA: make cmake version print before initial proton build
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index f4c8284..d4ecaf9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,6 +115,7 @@ install:
- NPROC=2
- PREFIX=$PWD/install
- git clone --depth=10 --branch=$PROTON_VERSION
https://github.com/apache/qpid-proton.git
+- cmake -version
# Build and install proton from source.
- mkdir qpid-proton/build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]