1
0
mirror of synced 2026-05-22 14:43:19 +00:00
Files
music-metadata/appveyor.yml
T

22 lines
596 B
YAML
Raw Normal View History

2018-02-06 15:28:18 +01:00
# Test against the latest version of this Node.js version
environment:
2024-07-16 19:30:42 +02:00
nodejs_version: "22"
2018-02-06 15:28:18 +01:00
version: $(package_version)-{build}
2018-02-06 15:20:25 +01:00
2018-02-06 15:28:18 +01:00
# Install scripts. (runs after repo cloning)
install:
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
2018-02-06 15:41:42 +01:00
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
2018-02-06 15:28:18 +01:00
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
2024-07-16 19:30:42 +02:00
- yarn install
2018-02-06 15:28:18 +01:00
build_script:
2018-09-13 18:06:51 +02:00
- yarn run lint
- yarn run compile
2018-02-06 15:14:23 +01:00
2018-02-06 15:20:25 +01:00
test_script:
2020-01-07 21:35:39 +01:00
- yarn run test