Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
Try to make Travis-CI tests pass on OS X.
tags/v0.99.beta20
Sam Hocevar
hace 8 años
padre
9af0319219
commit
8757e80e43
Se han
modificado 3 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
caca/Makefile.am
+1
-0
caca/driver/cocoa.m
+6
-0
caca/t/check-doxygen
+ 2
- 0
caca/Makefile.am
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar