Skip to content

Commit df1d126

Browse files
committed
update CI
1 parent 211c50c commit df1d126

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
-D MSGPACK_BUILD_TESTS=ON \
5757
-D CMAKE_BUILD_TYPE=Debug \
5858
-D MSGPACK_GEN_COVERAGE=ON \
59+
-D MSGPACK_USE_STD_VARIANT_ADAPTOR=ON \
5960
-D CMAKE_PREFIX_PATH="$HOME/zlib-prefix/64;$HOME/boost-prefix/64" \
6061
-B build \
6162
-S . || exit 1

.github/workflows/gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
3)
146146
export CXX="g++-10"
147147
export MSGPACK_CXX_VERSION="MSGPACK_CXX17=ON"
148+
export MSGPACK_USE_STD_VARIANT_ADAPTOR="MSGPACK_USE_STD_VARIANT_ADAPTOR=ON"
148149
;;
149150
4)
150151
export CXX="clang++-10"

ci/build_cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cmake \
2121
-D MSGPACK_CHAR_SIGN=${CHAR_SIGN} \
2222
-D MSGPACK_DEFAULT_API_VERSION=${API_VERSION} \
2323
-D MSGPACK_USE_X3_PARSE=${X3_PARSE} \
24+
-D MSGPACK_USE_STD_VARIANT_ADAPTOR=${STD_VARIANT_ADAPTOR} \
2425
-D CMAKE_CXX_FLAGS="${CXXFLAGS} ${ARCH_FLAG}" \
2526
-D CMAKE_INSTALL_PREFIX=$prefix_dir \
2627
-B $build_dir \

0 commit comments

Comments
 (0)