Skip to content

Commit

Permalink
start VS Code in Appveyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo committed Nov 21, 2015
1 parent 81f93ee commit afbad69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ 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

Expand Down

0 comments on commit afbad69

Please sign in to comment.