forked from wmonk/create-react-app-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
44 lines (35 loc) · 897 Bytes
/
appveyor.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
image: Visual Studio 2017
environment:
matrix:
- nodejs_version: 8
test_suite: "simple"
- nodejs_version: 8
test_suite: "installs"
- nodejs_version: 8
test_suite: "kitchensink"
- nodejs_version: 6
test_suite: "simple"
- nodejs_version: 6
test_suite: "installs"
- nodejs_version: 6
test_suite: "kitchensink"
cache:
- node_modules -> appveyor.cleanup-cache.txt
- packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt
clone_depth: 50
matrix:
fast_finish: true
platform:
- x64
install:
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
build: off
skip_commits:
files:
- '**/*.md'
test_script:
- node --version
- npm --version
- sh tasks/e2e-%test_suite%.sh