-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
37 lines (28 loc) · 962 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
version: 1.0.0-beta.{build}
branches:
only:
- master
pull_requests:
do_not_increment_build_number: true
matrix:
fast_finish: true
build: off
test: off
environment:
NODEJS_VERSION: '10'
NPM_TOKEN:
secure: 5s43wPRGbpE8eLDtxd/If1rqYP120lHfgEmFM+xhHnxuWj/iiaaqfStWk2jYZKrV
install:
- set NODE_ENV=development
- ps: Install-Product node $env:NODEJS_VERSION
- cmd: npm install webpack --global --silent
- cmd: npm install webpack-cli --global --silent
build_script:
- cmd: powershell -file build.ps1 -version %APPVEYOR_BUILD_VERSION%
deploy_script:
- cmd: powershell -file deploy.ps1 -npmToken %NPM_TOKEN% -details
cache:
- '%AppData%\npm\node_modules'
- src\totem-timeline\node_modules -> src\totem-timeline\package.json
- src\totem-timeline-react\node_modules -> src\totem-timeline-react\package.json
- src\totem-timeline-signalr\node_modules -> src\totem-timeline-signalr\package.json