forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
27 lines (22 loc) · 683 Bytes
/
appveyor.yml
File metadata and controls
27 lines (22 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
environment:
nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version
- yarn patch-chromedriver
- yarn --network-timeout 600000
test_script:
- git --version
- node --version
- yarn --version
- yarn config set yarn-offline-mirror ./npm-packages-offline-cache
- yarn test
# ui tests temporarily disabled due to Cypress 3.0 issue on windows
# - cd "packages/@vue/cli-ui" && yarn test
cache:
- node_modules -> appveyor.yml, **\package.json, yarn.lock
- '%LOCALAPPDATA%\Yarn -> appveyor.yml, **\package.json, yarn.lock'
- npm-packages-offline-cache -> appveyor.yml, **\package.json, yarn.lock
build: off
branches:
except:
- docs