mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
Fuck you CMake
This commit is contained in:
parent
0df4167577
commit
e229c04825
@ -26,8 +26,8 @@ script:
|
|||||||
- mkdir _build
|
- mkdir _build
|
||||||
- cd _build
|
- cd _build
|
||||||
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
|
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
|
||||||
- cmake --build . --target submodules install
|
- make submodules all
|
||||||
- ctest -V .
|
- ./libgit2_clar
|
||||||
|
|
||||||
# Run Tests
|
# Run Tests
|
||||||
after_script:
|
after_script:
|
||||||
|
@ -235,6 +235,7 @@ INSTALL(FILES include/git2.h DESTINATION ${INCLUDE_INSTALL_DIR} )
|
|||||||
ADD_CUSTOM_TARGET(
|
ADD_CUSTOM_TARGET(
|
||||||
submodules
|
submodules
|
||||||
COMMAND git submodule update --init tests-clar/clar
|
COMMAND git submodule update --init tests-clar/clar
|
||||||
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user