Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
e229c048
Commit
e229c048
authored
Jan 02, 2013
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fuck you CMake
parent
0df41675
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
+2
-2
CMakeLists.txt
+1
-0
No files found.
.travis.yml
View file @
e229c048
...
...
@@ -26,8 +26,8 @@ script:
-
mkdir _build
-
cd _build
-
cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
-
cmake --build . --target submodules inst
all
-
ctest -V .
-
make submodules
all
-
./libgit2_clar
# Run Tests
after_script
:
...
...
CMakeLists.txt
View file @
e229c048
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment