Skip to content

Commit

Permalink
more node v16 image debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 21, 2021
1 parent 8f9e8ad commit 9abbf6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -70,5 +70,9 @@ script:
- npm test
- ls ./test/app4/lib/binding/node-v93-linux-x64 || true
- ls ./test/app4/lib/binding/node-v93-linux-x64/lib.target/ || true
- ldd ./test/app4/lib/binding/node-v93-linux-x64/app4.node || true
- ldd ./test/app4/lib/binding/node-v93-linux-x64/lib.target/mylib.so || true
- python -c "import ctypes;ctypes.CDLL('/home/travis/build/mapbox/node-pre-gyp/test/app4/lib/binding/node-v93-linux-x64/lib.target/mylib.dylib')" || true
- python -c "import ctypes;ctypes.CDLL('/home/travis/build/mapbox/node-pre-gyp/test/app4/lib/binding/node-v93-linux-x64/app4.node')" || true
- cd ./test/app4/
- ../../bin/node-pre-gyp rebuild --verbose || true

0 comments on commit 9abbf6f

Please sign in to comment.