Explorar el Código

Travis CI does not provide valgrind by default

master
ooxi hace 12 años
padre
commit
aecf9769a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +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


Cargando…
Cancelar
Guardar