Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-05-13 18:40:03 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c6473d816679dbaa7c4f443dc310f6fa8a929b3
1c6473d8
1 parent
3b884468
[travis] Added config.log output on configure error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.travis.sh
.travis.sh
View file @
1c6473d
...
...
@@ -25,6 +25,8 @@ build_test() {
#./configure -C $@ >/dev/null || rm -f config.cache && ./configure -C $@ >/dev/null && $MAKE -j5 >/dev/null || {
./configure
$@
>/dev/null
&&
$MAKE
-j5 >/dev/null
||
{
echo
"!!! test with
\"
$@
\"
configure options failed"
cat config.log
echo
"!!! test with
\"
$@
\"
configure options failed"
exit
1
}
}
...
...
Please
register
or
login
to post a comment