소스 검색

Travis CI: emscripten: fix failing CMake install stage

pull/678/head
Ahmad Fatoum 7 년 전
부모
커밋
dc415b9a5e
No known key found for this signature in database GPG 키 ID: C3EAC3DE9321D59B
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 파일 보기

@ -132,7 +132,7 @@ script:
..
- $RUNNER cmake --build . --target
- if [ "$RELEASE" != "NO" ]; then $RUNNER cmake --build . --target package; fi
- $RUNNER $(which sudo) "$(which cmake)" --build . --target install
- $(which sudo) $RUNNER "$(which cmake)" --build . --target install
- if [ ! "$DONT_TEST" ]; then
pkg-config --static --libs raylib;
nm -g release/libraylib.a | grep glfwGetProcAddress || (echo "libraylib.a doesn't contain GLFW symbols! Aborting..." && false);

불러오는 중...
취소
저장