fix(CI): Adjust appveyor yml
This commit is contained in:
14
appveyor.yml
14
appveyor.yml
@ -1,7 +1,9 @@
|
||||
platform:
|
||||
- x64
|
||||
platform: x64
|
||||
image: ubuntu
|
||||
|
||||
environment:
|
||||
nodejs_version: "8"
|
||||
|
||||
skip_branch_with_pr: false
|
||||
|
||||
skip_commits:
|
||||
@ -16,15 +18,9 @@ skip_commits:
|
||||
- tools/**
|
||||
- "./*.md"
|
||||
|
||||
environment:
|
||||
nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
- echo This client build is built on %buildon% and the commit tag is %APPVEYOR_REPO_TAG% and the tag is %APPVEYOR_REPO_TAG_NAME%
|
||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||
- refreshenv
|
||||
- echo we are running on %PLATFORM%
|
||||
- sh: nvm install $nodejs_version
|
||||
- node --version
|
||||
- npm install
|
||||
- npm test
|
||||
|
Reference in New Issue
Block a user