File: appveyor.yml

package info (click to toggle)
node-output-file-sync 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: javascript: 1,086; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
image: Visual Studio 2017
platform: x64
shallow_clone: true
skip_tags: true
install:
  - ps: Install-Product node Stable x64
  - npm install
build: off
test_script: node test.js