File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 80
80
script : |
81
81
PKG_CONFIG_PATH="/data/tmp/c-driver-install/lib/pkgconfig" /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=${build_type} -DCMAKE_INSTALL_PREFIX=./install ..
82
82
make
83
- make run-examples
83
+ ./src/bsoncxx/test/test_bson
84
84
./src/mongocxx/test/test_driver
85
+ make run-examples
85
86
- func : " stop_mongod"
86
87
87
88
# ######################################
Original file line number Diff line number Diff line change @@ -72,8 +72,11 @@ before_script:
72
72
script :
73
73
- make
74
74
75
- # Run all examples
76
- - make run-examples
75
+ # Run bsoncxx tests with catch
76
+ - ./src/bsoncxx/test/test_bson
77
77
78
- # Run tests with catch
78
+ # Run mongocxx tests with catch
79
79
- ./src/mongocxx/test/test_driver
80
+
81
+ # Run all examples
82
+ - make run-examples
You can’t perform that action at this time.
0 commit comments