See #375. Install language packages in AppVeyor for Windows CI

This commit is contained in:
Glavin Wiechert 2015-05-28 14:28:36 -03:00
parent f2a8fec358
commit 05ff3869bd
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ install:
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
# Install languages to Atom
- "%LOCALAPPDATA%/atom/bin/apm install language-typescript language-marko language-tss language-html-swig"
# Run tests on package
- "%LOCALAPPDATA%/atom/bin/apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd"