This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
software
/
assimp.assimp
peilaus alkaen
https://github.com/assimp/assimp.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
12 vuotta sitten
vanhempi
0a1f844d92
commit
c6add7a851
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
.travis.yml
+ 1
- 1
.travis.yml
Näytä tiedosto
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make