This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
software
/
assimp.assimp
kopia lustrzana
https://github.com/assimp/assimp.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
12 lat temu
rodzic
0a1f844d92
commit
c6add7a851
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
.travis.yml
+ 1
- 1
.travis.yml
Wyświetl plik
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make