You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/appveyor.yml

19 lines
268 B
YAML

platform:
- x64
cache:
- node_modules
- '%LOCALAPPDATA%\electron\Cache'
install:
- set PATH=C:\Ruby23-x64\bin;%PATH%
- ps: Install-Product node 6 x64
- yarn install
test_script:
- yarn test
build_script:
- set NODE_ENV=production
- yarn ci-build