diff options
author | Vincent Richard <[email protected]> | 2013-05-13 06:57:37 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-05-13 06:57:37 +0000 |
commit | 5a0c97bac204b34a6b01f2f0f376d34277ce9c27 (patch) | |
tree | d64609b29033da560fea416c6c91a816e67c0d9f /.travis.yml | |
parent | Display CMake variables before build. (diff) | |
download | vmime-5a0c97bac204b34a6b01f2f0f376d34277ce9c27.tar.gz vmime-5a0c97bac204b34a6b01f2f0f376d34277ce9c27.zip |
Fixed source directory.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index af23d85a..ec29399d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,6 @@ script: - mkdir _build - cd _build - cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS - - cmake -L + - cmake .. -L - cmake --build . --target install - ctest |