Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit d4cf182

Browse files
Remove powerscript in appveyor config (#339)
As 32bit platform node will emitWarning, which will be send error to stderr. Appveyor powershell (ps) will fail for all stderr warnings. We use regular command line to execute tests instead.
1 parent fa41721 commit d4cf182

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install:
1818
# Post-install test scripts.
1919
test_script:
2020
# run tests
21-
- ps: npm run build ; node_modules/.bin/mocha build/test --timeout 4000 --R
21+
- npm run build
22+
- node_modules/.bin/mocha build/test --timeout 4000 --R
2223

2324
# Don't actually build using MSBuild
2425
build: off

package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)