We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae23b26 commit 15cc090Copy full SHA for 15cc090
.evergreen/debian_package_build.sh
@@ -46,6 +46,7 @@ sudo chroot ./unstable-chroot /bin/bash -c "(set -o xtrace && \
46
git add --force VERSION_CURRENT VERSION_RELEASED && \
47
git commit VERSION_CURRENT VERSION_RELEASED -m 'Set current/released versions' && \
48
LANG=C /bin/bash ./debian/build_snapshot.sh && \
49
+ debc ../*.changes && \
50
dpkg -i ../*.deb && \
51
gcc -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -o example-client src/libmongoc/examples/example-client.c -lmongoc-1.0 -lbson-1.0 )"
52
0 commit comments