This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
software
/
assimp.assimp
mirror of
https://github.com/assimp/assimp.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
- drop ./configure from .travis.yml - not needed with cmake.
Alexander Gessler
12 năm trước cách đây
mục cha
0a1f844d92
commit
c6add7a851
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
.travis.yml
+ 1
- 1
.travis.yml
Xem Tập Tin
@@ -8,5 +8,5 @@ language: cpp
compiler:
- gcc
- clang
-script:
./configure &&
make
+script: make