@@ -704,6 +704,7 @@ tasks:
704
704
params :
705
705
working_dir : " mongoc"
706
706
script : |
707
+ set -o errexit
707
708
# Build libmongoc with the Autotools or CMake and compile a program
708
709
# that links dynamically or statically to libmongoc, using
709
710
# variables from CMake's find_package command.
@@ -727,6 +728,7 @@ tasks:
727
728
params :
728
729
working_dir : " mongoc"
729
730
script : |
731
+ set -o errexit
730
732
# Build libmongoc with the Autotools or CMake and compile a program
731
733
# that links dynamically or statically to libmongoc, using
732
734
# variables from CMake's find_package command.
@@ -750,6 +752,7 @@ tasks:
750
752
params :
751
753
working_dir : " mongoc"
752
754
script : |
755
+ set -o errexit
753
756
# Build libmongoc with CMake (not Autotools) and compile a program
754
757
# that links dynamically or statically to it, using variables from
755
758
# CMake's find_package command.
@@ -770,6 +773,7 @@ tasks:
770
773
params :
771
774
working_dir : " mongoc"
772
775
script : |
776
+ set -o errexit
773
777
# Build libmongoc with CMake (not Autotools) and compile a program
774
778
# that links dynamically or statically to it, using variables from
775
779
# CMake's find_package command.
@@ -790,6 +794,7 @@ tasks:
790
794
params :
791
795
working_dir : " mongoc"
792
796
script : |
797
+ set -o errexit
793
798
# Build libmongoc with the Autotools or CMake and compile a program
794
799
# that links dynamically or statically to libmongoc, using
795
800
# variables from "pkg-config".
@@ -813,6 +818,7 @@ tasks:
813
818
params :
814
819
working_dir : " mongoc"
815
820
script : |
821
+ set -o errexit
816
822
# Build libmongoc with the Autotools or CMake and compile a program
817
823
# that links dynamically or statically to libmongoc, using
818
824
# variables from "pkg-config".
0 commit comments