This website works better with JavaScript
Home
Explore
Help
Sign In
software
/
assimp.assimp
mirror of
https://github.com/assimp/assimp.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
12 years ago
parent
0a1f844d92
commit
c6add7a851
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -8,5 +8,5 @@ language: cpp
compiler:
compiler:
- gcc
- gcc
- clang
- clang
-script:
./configure &&
make
+script: make