Appveyor: Add some logging to help track down flakiness

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent b79aa6a75f
commit 2261305e8f
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -6,9 +6,11 @@ cache:
- node_modules -> package.json
install:
- systeminfo | findstr /C:"OS"
- set PATH=C:\Ruby23-x64\bin;%PATH%
- ps: Install-Product node 6 x64
- yarn install
- type node_modules\.bin\grunt.cmd
build_script:
- yarn run icon-gen

Loading…
Cancel
Save