This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
software
/
assimp.assimp
mirror de
https://github.com/assimp/assimp.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
há 12 anos atrás
pai
0a1f844d92
commit
c6add7a851
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
.travis.yml
+ 1
- 1
.travis.yml
Ver Ficheiro
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make