This website works better with JavaScript
홈
탐색
도움말
로그인
software
/
assimp.assimp
의 미러
https://github.com/assimp/assimp.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
12 년 전
부모
0a1f844d92
커밋
c6add7a851
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
.travis.yml
+ 1
- 1
.travis.yml
파일 보기
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make