Skip to content

Get node-test-node-addon-api green on windows #289

Closed
@mhdawson

Description

@mhdawson

Works ok except on 10 nightly

Info to reproduce steps in the build job

https://nodejs.org/download/nightly/v10.0.0-nightly201801043f2382bd9a/
node -v
  npm -v
  export npm_loglevel=error
  npm set progress=false
  ls

  git clone https://github.com/$GIT_REPO.git node-addon-api
  cd node-addon-api
  if [ $GIT_BRANCH != "master" ]; then
  git fetch origin $GIT_BRANCH:testBranch
  git checkout testBranch
  fi
  npm install

  # This line needs to be updated to use the configuration string to test right version
  # citgm -v verbose --tmpDir $WORKSPACE/tmp https://github.com/$NODEREPORT_REPO/archive/$NODEREPORT_BRANCH.tar.gz

  npm test

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions