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