代码拉取完成,页面将自动刷新
version: "{build}"
skip_branch_with_pr: true
skip_tags: true
build: off
os: Visual Studio 2019
environment:
matrix:
# Build Node.js
- nodejs_version: stable
- nodejs_version: 16
- nodejs_version: 14
- nodejs_version: 12
# Build plain C++
- nodejs_version: none
platform:
- x64
- x86
for:
- matrix:
except:
- nodejs_version: none
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g i npm@latest
build_script:
- appveyor-retry call npm install --build-from-source
test_script:
- npm test
- matrix:
only:
- nodejs_version: none
build_script:
- SET arch=%platform%
- IF "%platform%"=="x86" SET arch=Win32
- cmake -A%arch% -S. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=. -DENABLE_GTEST:BOOL=ON -DENABLE_BENCHMARK:BOOL=ON -DCMAKE_BUILD_TYPE=Release
- cmake --build build --config Release --target install
test_script:
- cd build
- ctest --verbose -C Release
after_build:
- 7z a OpenCC.zip build/bin build/include build/lib build/share
artifacts:
- path: OpenCC.zip
name: OpenCC
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。