Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ff87b33

Browse files
ldorauigchor
authored andcommitted
appveyor: set PMEM_IS_PMEM_FORCE in tests
PMEM_IS_PMEM_FORCE is not set in tests and Appveyor build is timed out.
1 parent 7a2efe3 commit ff87b33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_build:
2424
- cmake . -Bbuild -G "%GENERATOR%"
2525
-DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
2626
-DCMAKE_INSTALL_PREFIX=c:/install/libpmemobj-cpp
27+
-DTESTS_USE_FORCED_PMEM=ON
2728

2829
build_script:
2930
- msbuild build/ALL_BUILD.vcxproj /property:Configuration=%CONFIGURATION%
@@ -38,4 +39,5 @@ test_script:
3839
- cmake . -G "%GENERATOR%"
3940
-DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
4041
-DCMAKE_PREFIX_PATH=c:/install/libpmemobj-cpp
42+
-DTESTS_USE_FORCED_PMEM=ON
4143
- msbuild ALL_BUILD.vcxproj

0 commit comments

Comments
 (0)