Commit a6e66f2e by Dane Springmeyer

also test building against external libsqlite

parent c5688cb3
...@@ -10,8 +10,14 @@ install: ...@@ -10,8 +10,14 @@ install:
- npm install mocha - npm install mocha
- npm test - npm test
before_script: "make clean" before_script:
- make clean
script: script:
- npm install --stage - npm install --stage
- npm test - npm test
- sudo apt-get -qq install libsqlite3-dev
- make clean
- npm install --build-from-source --sqlite=/usr
- ldd lib/binding/*/*/*node
- npm test
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