Vim/appveyor.yml
2015-11-21 20:28:08 +01:00

22 lines
485 B
YAML

environment:
node_js_version: "4.1.1"
TSD_GITHUB_TOKEN: "4c7f278997af83ba584aaa9c5722d5ecbbcb1dd9"
clone_depth: 1
install:
- ps: start-filedownload https://az764295.vo.msecnd.net/public/0.10.1-release/VSCode-win32.zip
- ps: 7z.exe x .\VSCode-win32.zip -oC:\VSCode > $null
- ps: install-product node $env:node_js_version
- npm install
- npm install -g gulp
- gulp init
- C:\VSCode\bin\code.cmd
build: off
test_script:
- node --version
- npm --version
- gulp