Files
zulip-desktop/appveyor.yml
Anders Kaseorg d7adce0ebf appveyor: Use current dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-12-17 17:20:32 -08:00

23 lines
298 B
YAML

version: build{build}
platform:
- x64
os: Visual Studio 2015
cache:
- node_modules -> appveyor.yml
install:
- ps: Install-Product node LTS $env:platform
- node --version
- npm --version
- python --version
- npm ci
build: off
test_script:
- npm run test
# - npm run test-e2e