mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Set Node Version for Build, Reset cache on package.json change
This commit is contained in:
parent
9077d0c77e
commit
0f5e67bb75
1 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,7 @@ assembly_info:
|
|||
|
||||
environment:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||
nodejs_version: "6"
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
|
@ -23,11 +24,13 @@ after_build:
|
|||
- ps: Get-ChildItem .\_artifacts\*.tar.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
|
||||
test_script:
|
||||
- node --version
|
||||
- yarn --version
|
||||
- C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./test.sh Windows Unit
|
||||
|
||||
cache:
|
||||
#- '%USERPROFILE%\.nuget\packages'
|
||||
#- node_modules
|
||||
- '%USERPROFILE%\.nuget\packages'
|
||||
- node_modules -> package.json
|
||||
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue