Commit a18ca2e0 by Dane Springmeyer

correctly search for GLIBC

parent a83f3762
......@@ -134,7 +134,7 @@ before_script:
script:
- if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
- nm lib/binding/*/node_sqlite3.node | grep "GLIBCXX_" || true
- nm lib/binding/*/node_sqlite3.node | grep "GLIB_" || true
- nm lib/binding/*/node_sqlite3.node | grep "GLIBC_" || true
- if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
# disabled for now: need to port to sudo:false
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment