1 Star 0 Fork 0

Soilor/Recognizers-Text

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soilor/Recognizers-Text.git
git@gitee.com:soilor/Recognizers-Text.git
soilor
Recognizers-Text
Recognizers-Text
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385