We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ead0e3 commit b73fde8Copy full SHA for b73fde8
tools/ci/appveyor.sh
@@ -91,6 +91,9 @@ make check-deps >> "$CI_LOG_PATH" 2>&1
91
echo 'Running tests...'
92
make test >> "$CI_LOG_PATH" 2>&1
93
94
+echo 'Running benchmarks...'
95
+make benchmark >> "$CI_LOG_PATH" 2>&1
96
+
97
echo 'Running examples...'
98
make examples >> "$CI_LOG_PATH" 2>&1
99
tools/ci/travis.sh
@@ -87,6 +87,9 @@ make check-deps >> "$CI_OUT" 2>&1
87
88
make test >> "$CI_OUT" 2>&1
89
90
+make benchmark >> "$CI_OUT" 2>&1
make examples >> "$CI_OUT" 2>&1
0 commit comments