mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
23 lines
298 B
YAML
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
|