disable altered serialiation (#358)

* do not test everything on VS 2022
This commit is contained in:
Hans Dembinski 2022-07-19 22:15:13 +02:00 committed by GitHub
parent bebb509224
commit 6ccc6a80a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ max_jobs: 2
image: image:
- Visual Studio 2017 - Visual Studio 2017
# - Visual Studio 2022 has failing test algorithm_project_test
branches: branches:
only: only:
@ -29,12 +30,12 @@ install:
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\histogram\ - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\histogram\
- python tools\boostdep\depinst\depinst.py -N units -N range -N accumulators --git_args "--depth 5 --jobs 2" histogram - python tools\boostdep\depinst\depinst.py -N units -N range -N accumulators --git_args "--depth 5 --jobs 2" histogram
# use hdembinski/serialization due to frequent errors in boostorg/serialization ## use hdembinski/serialization due to errors in boostorg/serialization
- cd libs/serialization # - cd libs/serialization
- git remote add patch https://github.com/HDembinski/serialization.git # - git remote add patch https://github.com/HDembinski/serialization.git
- git fetch patch # - git fetch patch
- git checkout patch/boost_histogram # - git checkout patch/boost_histogram
- cd ../.. # - cd ../..
# prepare Boost build # prepare Boost build
- cmd /c bootstrap & b2 headers & cd libs\histogram - cmd /c bootstrap & b2 headers & cd libs\histogram