num-quaternion 1.0.8

Quaternion numbers implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# This script is used to build all Bazel targets in the C++ benchmarks
# directory.

# Prerequisites:
# 1. Git must be installed and available in the system's PATH.
# 2. Bazel must be installed and available in the system's PATH.

set -ex

# Navigate to the workspace directory
cd "$(git -C "$(dirname "$0")" rev-parse --show-toplevel)/benches/c++" || exit

# Build all Bazel targets
USE_BAZEL_VERSION=8.5.0 bazel build //...

# Run clang-tidy using Bazel
USE_BAZEL_VERSION=8.5.0 bazel build //... --config=clang-tidy