Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TheoryOfNekomata
/
xml-c
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Travis CI valgrind support
master
ooxi
hace 12 años
padre
a0f55c7c14
commit
964d05bca4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
Ver fichero
@@ -2,5 +2,5 @@ language: c
compiler:
- gcc
script:
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make && ./test-xml
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make && ./test-xml
&& valgrind --tool=memcheck --leak-check=full --track-origins=yes -v ./test-xml
Escribir
Vista previa
Cargando…
Cancelar
Guardar