Fixed: Set Node Version for Build, Reset cache on package.json change

pull/190/head
Qstick 7 years ago committed by GitHub
parent 9077d0c77e
commit 0f5e67bb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ assembly_info:
environment: environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1
nodejs_version: "6"
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
@ -23,11 +24,13 @@ after_build:
- ps: Get-ChildItem .\_artifacts\*.tar.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem .\_artifacts\*.tar.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
test_script: test_script:
- node --version
- yarn --version
- C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./test.sh Windows Unit - C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./test.sh Windows Unit
cache: cache:
#- '%USERPROFILE%\.nuget\packages' - '%USERPROFILE%\.nuget\packages'
#- node_modules - node_modules -> package.json
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true

Loading…
Cancel
Save