File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ jobs:
68
68
run : node js/meshopt_encoder.test.js
69
69
- name : test simplifier
70
70
run : node js/meshopt_simplifier.test.js
71
+ - name : test clusterizer
72
+ run : node js/meshopt_clusterizer.test.js
71
73
- name : check es5
72
74
run : |
73
75
npm install -g es-check
74
- npx es-check es5 js/meshopt_decoder.js js/meshopt_encoder.js js/meshopt_simplifier.js
75
- npx es-check --module es5 js/meshopt_decoder.module.js js/meshopt_encoder.module.js js/meshopt_simplifier.module.js
76
+ npx es-check es5 js/meshopt_decoder.js js/meshopt_encoder.js js/meshopt_simplifier.js js/meshopt_clusterizer.js
77
+ npx es-check --module es5 js/meshopt_decoder.module.js js/meshopt_encoder.module.js js/meshopt_simplifier.module.js js/meshopt_clusterizer.module.js
76
78
npx es-check es5 gltf/library.js
77
79
78
80
gltfpack :
@@ -125,6 +127,7 @@ jobs:
125
127
node js/meshopt_decoder.test.js
126
128
node js/meshopt_encoder.test.js
127
129
node js/meshopt_simplifier.test.js
130
+ node js/meshopt_clusterizer.test.js
128
131
129
132
gltfpack-basis :
130
133
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments