We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7403c0 commit 7bfdb91Copy full SHA for 7bfdb91
.mci.yml
@@ -1011,11 +1011,12 @@ tasks:
1011
shell: bash
1012
script: |-
1013
set -o errexit
1014
- . .evergreen/find_cmake.sh
1015
cd examples/add_subdirectory
1016
[ -d mongo-c-driver ] || git clone --depth 1 https://github.com/mongodb/mongo-c-driver
1017
rsync -aq --exclude='examples/add_subdirectory' $(readlink -f ../..) .
1018
[ -d build ] || mkdir build
+ . ./mongo-c-driver/.evergreen/scripts/find-cmake-latest.sh
1019
+ export CMAKE="$(find_cmake_latest)"
1020
cd build
1021
$CMAKE ..
1022
$CMAKE --build . -- -j 8
0 commit comments