Skip to content

Commit d40e47f

Browse files
committed
Implmenet CI for Windows
1 parent 5e87445 commit d40e47f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
environment:
2+
nodejs_version: "8"
3+
4+
install:
5+
- ps: Install-Product node $env:nodejs_version
6+
- yarn install
7+
8+
test_script:
9+
- npm test
10+
- npm start build
11+
- npm start webpack.build.production
12+
- npm start mobile.setup
13+
- npm start mobile.cordova.addbowser
14+
- npm start mobile.build

0 commit comments

Comments
 (0)