Skip to content

Commit 6dff9f6

Browse files
committed
use all-uppercase for env var names in .mci.yml
1 parent 19b0fb6 commit 6dff9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ c_driver_variables:
134134
"$dumpbin" /HEADERS Debug/libbson-1.0.dll | head -n 25
135135
"$msbuild" /m INSTALL.vcxproj
136136
cd ../..
137-
"$cmake" -G "$GENERATOR" "-DCMAKE_INSTALL_PREFIX=C:/mongo-c-driver" "-DBSON_ROOT_DIR=C:/mongo-c-driver" "$cmake_defs"
137+
"$cmake" -G "$GENERATOR" "-DCMAKE_INSTALL_PREFIX=C:/mongo-c-driver" "-DBSON_ROOT_DIR=C:/mongo-c-driver" "$CMAKE_DEFS"
138138
"$msbuild" /m ALL_BUILD.vcxproj
139139
"$dumpbin" /HEADERS Debug/mongoc-1.0.lib | head -n 25
140140
"$msbuild" /m INSTALL.vcxproj
@@ -257,7 +257,7 @@ functions:
257257
script: |
258258
export PATH=${extra_path}:$PATH
259259
export GENERATOR="${generator}" # For CMake on Windows
260-
export cmake_defs="${cmake_defs}" # For CMake on Windows
260+
export CMAKE_DEFS="${cmake_defs}" # For CMake on Windows
261261
${compile_script}
262262
263263
"set version latest" :

0 commit comments

Comments
 (0)