This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
travis-build: make sure to exit with failure if one of the build steps fails
bboozzoo/uncrustify
Maciek Borzecki
7 years ago
parent
152f16b606
commit
457a025ef8
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
extra/travis-build
+ 2
- 1
extra/travis-build
View File
@ -126,7 +126,8 @@ build() {
cd build && \
meson .. && \
ninja && \
ninja test
ninja test \
|| false
DESTDIR=$PWD/install-dir ninja install
(cd install-dir; LC_ALL=C tree -pan . > ../current-tree)
Write
Preview
Loading…
Cancel
Save