代码拉取完成,页面将自动刷新
version: '{build}'
skip_tags: true
skip_branch_with_pr: true
install: []
environment:
matrix:
- VSVERSION: Visual Studio 9 2008
- VSVERSION: Visual Studio 10 2010
- VSVERSION: Visual Studio 11 2012
- VSVERSION: Visual Studio 12 2013
- VSVERSION: Visual Studio 14 2015
- VSVERSION: Visual Studio 15 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- VSVERSION: Visual Studio 16 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
platform:
- Win32
- x64
matrix:
exclude:
- platform: x64
VSVERSION: Visual Studio 9 2008
# VS 2019 / 64-bit is tested in GitHub Actions instead.
- platform: x64
VSVERSION: Visual Studio 16 2019
configuration:
- Debug
# Removed to reduce configuration explosion.
# - RelWithDebInfo
# - MinSizeRel
- Release
build_script:
- md build
- cd build
- if NOT "%VSVERSION%"=="Visual Studio 16 2019" if "%PLATFORM%"=="x64" cmake -G "%VSVERSION% Win64" ../test
- if NOT "%VSVERSION%"=="Visual Studio 16 2019" if "%PLATFORM%"=="Win32" cmake -G "%VSVERSION%" ../test
- if "%VSVERSION%"=="Visual Studio 16 2019" cmake -G "%VSVERSION%" -A "%PLATFORM%" ../test
- msbuild /m /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" hashmap.sln
- copy %CONFIGURATION%\hashmap_test.exe hashmap_test.exe
test_script:
- hashmap_test.exe
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。