diff options
author | Vincent Richard <[email protected]> | 2013-05-13 06:53:21 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-05-13 06:53:21 +0000 |
commit | 7337fb4fb24cd30ed46e7f53d361a31cbdc81368 (patch) | |
tree | 4ea77d69f6af2f21af20d6484763853afc19ee6b | |
parent | Do not include generated header files in ADD_LIBRARY(). (diff) | |
download | vmime-7337fb4fb24cd30ed46e7f53d361a31cbdc81368.tar.gz vmime-7337fb4fb24cd30ed46e7f53d361a31cbdc81368.zip |
Display CMake variables before build.
-rw-r--r-- | .travis.yml | 1 |
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 |