This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
software
/
assimp.assimp
espejo de
https://github.com/assimp/assimp.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
hace 12 años
padre
0a1f844d92
commit
c6add7a851
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
.travis.yml
+ 1
- 1
.travis.yml
Ver fichero
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make