Run most build flavors on VS2019 (#761)

This commit is contained in:
John Keiser 2020-04-22 18:59:45 -07:00 committed by GitHub
parent 80dbf9a32a
commit 10f2d01e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ test_script:
matrix: matrix:
fast_finish: true fast_finish: true
exclude: exclude:
# Don't build all variants on 2019, just running it to make sure readme_tests succeed # Don't build all variants on 2017, just running it to make sure readme_tests succeed
- image: Visual Studio 2019 - image: Visual Studio 2017
SIMDJSON_BUILD_STATIC: ON SIMDJSON_BUILD_STATIC: ON
SIMDJSON_ENABLE_THREADS: OFF SIMDJSON_ENABLE_THREADS: OFF