Skip to content

Commit

Permalink
try moving prebuildify to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed May 23, 2024
1 parent e848879 commit 09cc06b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ jobs:
npm_config_clang: 1
GYP_DEFINES: use_obsolete_asm=true
run: |
npm install -g prebuildify node-gyp
npm install --ignore-scripts
npm run generate
prebuildify --napi --strip -t $(node --version | tr -d 'v')
npm generate
npm install
- name: Test
Expand All @@ -66,3 +63,8 @@ jobs:
eval `ssh-agent -s`
ssh-add ~/.ssh_tests/id_rsa
node utils/retry npm test
- name: Prebuildify
run: |
prebuildify --napi --strip -t $(node --version | tr -d 'v')
# TODO: save the output, then gather it up and publish a release

0 comments on commit 09cc06b

Please sign in to comment.