Skip to content

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

Closed
@mhdawson

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions