Skip to content

Commit fdaf5db

Browse files
author
EC2 Default User
committed
Merge branch 'dev'
2 parents 8366c38 + f8d0558 commit fdaf5db

File tree

231 files changed

+10382
-13298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+10382
-13298
lines changed

build-layer.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cd nodejs
2+
rm -rf node_modules package*.json
3+
npm init -y
4+
npm install canvas --build-from-source
5+
npm install mocha --save-dev
6+
CANVAS_VERSION=$(jq -r '.dependencies.canvas[1:]' package.json)
7+
jq --arg CANVAS_VERSION "$CANVAS_VERSION" '.name = "canvas-nodejs" | .version = $CANVAS_VERSION | .license = "MIT" | .author = "Charoite Lee" | .scripts.test = "mocha"' package.json > package-tmp.json
8+
mv -f package-tmp.json package.json
9+
npm test
10+
cp package-lock.json ..
11+
cd ..
12+
rm ../canvas-nodejs_v$CANVAS_VERSION.zip
13+
zip -q -r ../canvas-nodejs_v$CANVAS_VERSION.zip . -x "LICENSE" "README.md" ".git*" "nodejs/test/*" "*.yml" "build-layer.sh"

lib/libcairo-script-interpreter.so.2

142 KB
Binary file not shown.

lib/libcairomm-1.0.so.1

155 KB
Binary file not shown.

lib/libcap-ng.so.0

23.4 KB
Binary file not shown.

lib/libcap.so.2

19.5 KB
Binary file not shown.

lib/libcroco-0.6.so.3

230 KB
Binary file not shown.

lib/libgdk_pixbuf-2.0.so.0

158 KB
Binary file not shown.

lib/libgio-2.0.so.0

1.6 MB
Binary file not shown.

lib/libgmodule-2.0.so.0

15.2 KB
Binary file not shown.

lib/liblzma.so.5

154 KB
Binary file not shown.

0 commit comments

Comments
 (0)