mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
disable altered serialiation (#358)
* do not test everything on VS 2022
This commit is contained in:
parent
bebb509224
commit
6ccc6a80a4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user