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 does not provide valgrind by default
master
ooxi
hace 12 años
padre
a360944ba1
commit
aecf9769a0
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
.travis.yml
+ 2
- 0
.travis.yml
Ver fichero
@@ -1,6 +1,8 @@
language: c
compiler:
- gcc
before_install:
- sudo apt-get install cmake valgrind
script:
- 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