File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1313- linux
1414- windows
1515after_script :
16- - npm run benchmark
16+ - npm run benchmark:small
17+ - npm run benchmark:regular
1718before_deploy :
1819- ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME-`uname -m`.tar"
1920- npm install
2021- npm run native:prebuild
21- - npm run benchmark
22- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ARCH=ia32 npm run native:prebuild; fi
22+ - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm run native:prebuild-ia32; fi
2323- tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/prebuilds"
2424 .
2525deploy :
@@ -32,3 +32,5 @@ deploy:
3232 tags : true
3333 node : node
3434 api_key : $GITHUB_TOKEN
35+ after_deploy :
36+ - npm run benchmark
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ test_script:
2525
2626after_test :
2727 - ps : If ($env:nodejs_version -eq "Current") { npm run native:prebuild }
28+ - ps : If ($env:nodejs_version -eq "Current") { npm run native:prebuild-ia32 }
2829
2930artifacts :
3031 - path : prebuilds
Original file line number Diff line number Diff line change 11{
22 "name" : " fuzzaldrin-plus-fast" ,
3- "version" : " 0.11.2 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Fuzzaldrin plus - fast using native c bindings" ,
55 "main" : " fuzzaldrin-dist.js" ,
66 "scripts" : {
77 "native:clean" : " shx rm -rf build prebuilds" ,
88 "native:build" : " node-gyp-build" ,
9- "native:prebuild" : " prebuildify --napi" ,
9+ "native:prebuild" : " prebuildify --napi --electron-compat --strip" ,
10+ "native:prebuild-ia32" : " prebuildify --arch=ia32 --napi --electron-compat --strip" ,
1011 "js:clean" : " shx rm -rf dist .parcel-cache" ,
1112 "js:dev" : " cross-env NODE_ENV=development parcel watch --target main fuzzaldrin.coffee" ,
1213 "js:build" : " cross-env NODE_ENV=production parcel build --target main fuzzaldrin.coffee" ,
5960 "url" : " https://github.com/rajendrant/fuzzaldrin-plus-fast/issues"
6061 },
6162 "homepage" : " https://github.com/rajendrant/fuzzaldrin-plus-fast"
62- }
63+ }
You can’t perform that action at this time.
0 commit comments