mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
25 lines
356 B
YAML
25 lines
356 B
YAML
version: build{build}
|
|
|
|
platform:
|
|
- x64
|
|
os: Previous Visual Studio 2015
|
|
|
|
cache:
|
|
- node_modules
|
|
|
|
install:
|
|
- ps: Install-Product node 8 x64
|
|
- git reset --hard HEAD
|
|
- npm install npm -g
|
|
- node --version
|
|
- npm --version
|
|
- python --version
|
|
- npm install
|
|
- npm install -g gulp
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- npm run test
|
|
# - npm run test-e2e
|