[TD-2345]test appveyor on amd64/x86

This commit is contained in:
root 2020-12-17 17:09:28 +08:00
parent f6956407ca
commit 4f19013e13
1 changed files with 2 additions and 1 deletions

View File

@ -19,11 +19,12 @@ build_script:
- cd build - cd build
- cmake -G "NMake Makefiles" .. - cmake -G "NMake Makefiles" ..
- nmake install - nmake install
notifications: notifications:
- provider: Email - provider: Email
to: to:
- sangshuduo@gmail.com - sangshuduo@gmail.com
on_build_success: true on_build_success: true
on_build_failure: true on_build_failure: true
on_build_status_changed: true on_build_status_changed: true