Commit a83f3762 by Dane Springmeyer

stay building on precise / dump glib requirements of binaries

parent 17043e53
...@@ -2,6 +2,8 @@ sudo: false ...@@ -2,6 +2,8 @@ sudo: false
language: generic language: generic
dist: precise
git: git:
depth: 10 depth: 10
...@@ -131,6 +133,8 @@ before_script: ...@@ -131,6 +133,8 @@ before_script:
script: script:
- if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi; - 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
- if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi; - if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
# disabled for now: need to port to sudo:false # disabled for now: need to port to sudo:false
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi; #- 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