mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-29 04:03:59 -06:00
25 lines
291 B
YAML
25 lines
291 B
YAML
|
build: off
|
||
|
|
||
|
os: unstable
|
||
|
|
||
|
platform:
|
||
|
- x86
|
||
|
- x64
|
||
|
|
||
|
skip_tags: false
|
||
|
|
||
|
environment:
|
||
|
nodejs_version: "12"
|
||
|
|
||
|
cache:
|
||
|
- node_modules -> package.json
|
||
|
|
||
|
install:
|
||
|
- ps: Install-Product node $env:nodejs_version
|
||
|
- npm install
|
||
|
|
||
|
test_script:
|
||
|
- node --version
|
||
|
- npm --version
|
||
|
- npm run test
|