代码拉取完成,页面将自动刷新
# AppVeyor build configuration for JavaScript project
version: 1.0.{build}
image: Visual Studio 2019
environment:
nodejs_version: "Stable"
PYTHON: "C:\\Python36-x64"
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
platform: Any CPU
configuration: Release
init:
- tzutil /s "UTC"
# Install Node 8
install:
- ps: Install-Product node $env:nodejs_version
- cmd: SET PATH=%PYTHON%;%PYTHON%\\Scripts;%JAVA_HOME%\bin;%PATH%
# Projects
clone_depth: 1
branches:
only:
- master
- /[Ff]eature\/.+/
- /[Ff]ix\/.+/
- /[Hh]otfix\/.+/
build:
parallel: true
build_script:
- cmd: >-
CALL wmic os get caption, version, osarchitecture
CALL node -v
CALL npm -v
CALL node -e "console.log(process.versions.v8);"
cd .NET\
build.ci.cmd
cd ..\JavaScript\
build.ci.cmd
cd ..\Python\
build.ci.cmd
cd ..\java\
build.ci.cmd
test:
test_script:
cd ..\.NET\
tests.ci.cmd
cd ..\JavaScript\
tests.ci.cmd
cd ..\java\
tests.ci.cmd
artifacts:
- path: '**\*Microsoft.Recognizers*.nupkg'
name: NuGets
- path: 'Java\libraries\**\recognizers-text*.jar'
name: JARs
- path: 'Python\libraries\dist\*'
name: Wheels
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。