aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-13 06:53:21 +0000
committerVincent Richard <[email protected]>2013-05-13 06:53:21 +0000
commit7337fb4fb24cd30ed46e7f53d361a31cbdc81368 (patch)
tree4ea77d69f6af2f21af20d6484763853afc19ee6b
parentDo not include generated header files in ADD_LIBRARY(). (diff)
downloadvmime-7337fb4fb24cd30ed46e7f53d361a31cbdc81368.tar.gz
vmime-7337fb4fb24cd30ed46e7f53d361a31cbdc81368.zip
Display CMake variables before build.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c227c7c..af23d85a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,6 @@ script:
- mkdir _build
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
+ - cmake -L
- cmake --build . --target install
- ctest