Fuck you CMake

This commit is contained in:
Vicent Marti 2013-01-02 21:25:32 +01:00
parent 0df4167577
commit e229c04825
2 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,8 @@ script:
- mkdir _build
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
- cmake --build . --target submodules install
- ctest -V .
- make submodules all
- ./libgit2_clar
# Run Tests
after_script:

View File

@ -235,6 +235,7 @@ INSTALL(FILES include/git2.h DESTINATION ${INCLUDE_INSTALL_DIR} )
ADD_CUSTOM_TARGET(
submodules
COMMAND git submodule update --init tests-clar/clar
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
# Tests