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
9f99c5de
Commit
9f99c5de
authored
Jul 12, 2012
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: make it run the tests under valgrind
parent
465092ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
.travis.yml
+2
-1
No files found.
.travis.yml
View file @
9f99c5de
...
@@ -12,7 +12,7 @@ env:
...
@@ -12,7 +12,7 @@ env:
# Make sure CMake is installed
# Make sure CMake is installed
install
:
install
:
-
sudo apt-get install cmake
-
sudo apt-get install cmake
valgrind
# Run the Build script
# Run the Build script
script
:
script
:
...
@@ -24,6 +24,7 @@ script:
...
@@ -24,6 +24,7 @@ script:
# Run Tests
# Run Tests
after_script
:
after_script
:
-
ctest -V .
-
ctest -V .
-
if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes ./libgit2_clar; else echo "Skipping valgrind"; fi
# Only watch the development branch
# Only watch the development branch
branches
:
branches
:
...
...
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