1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 17:11:57 +00:00
musix-oss/node_modules/node-opus/.appveyor.yml

33 lines
596 B
YAML
Raw Normal View History

2020-03-03 20:30:50 +00:00
environment:
matrix:
- nodejs_version: Current
platform: x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set CI=true
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
- npm install -g gulp istanbul codeclimate-test-reporter
- npm install ogg-packet
matrix:
fast_finish: true
# Disable automatic builds
build: off
# Do not build on gh tags
skip_tags: true
shallow_clone: true
test_script:
- node --version
- npm --version
- npm test
cache:
- '%APPDATA%\npm-cache'
- node_modules -> package.json