This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Try to make Travis-CI tests pass on OS X.
tags/v0.99.beta20
Sam Hocevar
9 years ago
parent
9af0319219
commit
8757e80e43
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
caca/Makefile.am
+1
-0
caca/driver/cocoa.m
+6
-0
caca/t/check-doxygen
+ 2
- 0
caca/Makefile.am
View File
@@ -108,5 +108,7 @@ endif
if USE_COCOA
driver_source += driver/cocoa.m
else
EXTRA_CHECKS = driver/cocoa.m
endif
+ 1
- 0
caca/driver/cocoa.m
View File
@@ -1,6 +1,7 @@
/*
* libcaca Colour ASCII-Art library
* Copyright (c) 2006 Colin Delacroix <colin@zoy.org>
* (c) 2016 ignore@this
* All Rights Reserved
*
* This library is free software. It comes without any warranty, to
+ 6
- 0
caca/t/check-doxygen
View File
@@ -13,6 +13,12 @@ fi
echo "$nfiles files, $nfails visible errors in documentation"
# Make errors non-fatal on Darwin, because Travis-CI always
# has outdated software.
if test "$(uname -s)" = "Darwin"; then
exit 0
fi
if test "$nfails" != "0"; then
exit 1
fi
Write
Preview
Loading…
Cancel
Save