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
5875e8d2
Commit
5875e8d2
authored
Aug 19, 2013
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: exit on failure for anything related to building
parent
6d69fbce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
script/cibuild.sh
+3
-8
No files found.
script/cibuild.sh
View file @
5875e8d2
...
...
@@ -8,14 +8,9 @@ export GITTEST_REMOTE_URL="git://localhost/test.git"
mkdir _build
cd
_build
cmake ..
-DCMAKE_INSTALL_PREFIX
=
../_install
$OPTIONS
cmake
--build
.
--target
install
ctest
-V
.
ecode
=
$?
if
[
$ecode
-ne
0
]
;
then
exit
$ecode
fi
cmake ..
-DCMAKE_INSTALL_PREFIX
=
../_install
$OPTIONS
||
exit
$?
cmake
--build
.
--target
install
||
exit
$?
ctest
-V
.
||
exit
$?
# Now that we've tested the raw git protocol, let's set up ssh to we
# can do the push tests over it
...
...
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