Skip to content

Commit 4e42a9a

Browse files
authored
build: remove native add-on build step from workflow
Temporarily remove the step to build native add-on if binding.gyp is present until the story for how to handle native add-ons for standalone packages has been fleshed out. Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 805412f commit 4e42a9a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test.yml.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

0 commit comments

Comments
 (0)