AppVeyor Windows build: enable MEMFS

This commit is contained in:
Shahram Najm 2021-11-24 12:14:22 +00:00
parent ee3f2dbb4b
commit 99b60df3aa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ build_script:
-D ENABLE_NETCDF=1 ^
-D ENABLE_JPG=1 ^
-D IEEE_LE=1 ^
-D ENABLE_MEMFS=0 ^
-D ENABLE_MEMFS=1 ^
-D ENABLE_EXTRA_TESTS=ON ^
-D WINDOWS_TESTING_BASHRC=%WINDOWS_TESTING_BASHRC% ^
..