CI: migrate x64 Linux, macOS and Windows to GitHub Actions

This commit is contained in:
Lovell Fuller
2020-12-09 12:32:32 +00:00
parent 103ec0d58f
commit e59e146887
5 changed files with 101 additions and 170 deletions

View File

@@ -75,7 +75,7 @@
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",
"clean": "rm -rf node_modules/ build/ vendor/ .nyc_output/ coverage/ test/fixtures/output.*",
"test": "semistandard && cpplint && npm run test-unit && npm run test-licensing && node install/prebuild-ci",
"test": "semistandard && cpplint && npm run test-unit && npm run test-licensing",
"test-unit": "nyc --reporter=lcov --branches=99 mocha --slow=5000 --timeout=60000 ./test/unit/*.js",
"test-licensing": "license-checker --production --summary --onlyAllow=\"Apache-2.0;BSD;ISC;MIT\"",
"test-coverage": "./test/coverage/report.sh",
@@ -88,7 +88,6 @@
"files": [
"binding.gyp",
"install/**",
"!install/prebuild-ci.js",
"lib/**",
"src/**"
],
@@ -127,7 +126,7 @@
},
"devDependencies": {
"async": "^3.2.0",
"cc": "^2.0.1",
"cc": "^3.0.1",
"decompress-zip": "^0.3.2",
"documentation": "^13.1.0",
"exif-reader": "^1.0.3",