소스 검색
Travis CI: Don't use external GLFW
While nice to test, this would mean that the tagged release will depend
on GLFW as well… Therefore disable it for now.
pull/459/head
Ahmad Fatoum
7 년 전
No known key found for this signature in database
GPG 키 ID: C3EAC3DE9321D59B
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.travis.yml
|
|
@ -13,7 +13,7 @@ matrix: |
|
|
|
env: ARCH=i386 |
|
|
|
sudo: required |
|
|
|
- os: linux |
|
|
|
env: ARCH=amd64 GLFW=SYSTEM |
|
|
|
env: ARCH=amd64 |
|
|
|
sudo: required |
|
|
|
- os: osx |
|
|
|
env: ARCH=universal |
|
|
|