Appveyor: Add some logging to help track down flakiness
FREEBIE
This commit is contained in:
parent
b79aa6a75f
commit
2261305e8f
1 changed files with 2 additions and 0 deletions
|
@ -6,9 +6,11 @@ cache:
|
||||||
- node_modules -> package.json
|
- node_modules -> package.json
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- systeminfo | findstr /C:"OS"
|
||||||
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
- set PATH=C:\Ruby23-x64\bin;%PATH%
|
||||||
- ps: Install-Product node 6 x64
|
- ps: Install-Product node 6 x64
|
||||||
- yarn install
|
- yarn install
|
||||||
|
- type node_modules\.bin\grunt.cmd
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- yarn run icon-gen
|
- yarn run icon-gen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue