Commit e229c048 by Vicent Marti

Fuck you CMake

parent 0df41675
......@@ -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:
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment