Explorar el Código

Do debug build in Travis

The debug builds do extra check, so chose that mode for Travis so we
get early warnings for problems.
tags/v1.9.90
Pierre Ossman hace 5 años
padre
commit
911ae30d94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -16,5 +16,5 @@ before_install:
- popd

script:
- cmake . && make
- cmake -DCMAKE_BUILD_TYPE=Debug . && make
- cd java && cmake . && make

Cargando…
Cancelar
Guardar