Closed
Description
opened on Jan 4, 2018
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
Assignees
Labels
No labels
Activity