浏览代码

Travis CI: emscripten: fix failing CMake install stage

pull/678/head
Ahmad Fatoum 6 年前
父节点
当前提交
dc415b9a5e
找不到此签名对应的密钥 GPG 密钥 ID: C3EAC3DE9321D59B
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

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

正在加载...
取消
保存