File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 vcs-file : dependencies.repos
3838 upstream-args : --cmake-args -DCMAKE_BUILD_TYPE=Release
3939 target-path : target_ws/src
40- target-args : --cmake-args -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=OFF -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DBENCHMARK_ARGS=CI_ONLY
40+ target-args : --cmake-args -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=OFF -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DBENCHMARK_ARGS=CI_ONLY -DBUILD_PYTHON_INTERFACE=OFF
4141
4242 - name : Run Benchmarks
4343 shell : bash
4444 run : |
4545 source $GITHUB_WORKSPACE/upstream_ws/install/setup.bash
4646 source $GITHUB_WORKSPACE/target_ws/install/setup.bash
4747 cd $GITHUB_WORKSPACE/target_ws
48- colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=OFF -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=ON -DBENCHMARK_ARGS=CI_ONLY
48+ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=OFF -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=ON -DBENCHMARK_ARGS=CI_ONLY -DBUILD_PYTHON_INTERFACE=OFF
4949 ./src/.run_combine_benchmark_results
5050
5151 - name : Store Bullet Discrete, FCL Discrete and Environment benchmark result
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 include :
2525 - job_type : clang-tidy
2626 env :
27- TARGET_CMAKE_ARGS : " -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CLANG_TIDY=ON -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DCLANG_TIDY_NAMES=clang-tidy-17"
27+ TARGET_CMAKE_ARGS : " -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CLANG_TIDY=ON -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DCLANG_TIDY_NAMES=clang-tidy-17 -DBUILD_PYTHON_INTERFACE=OFF "
2828 - job_type : codecov
2929 env :
30- TARGET_CMAKE_ARGS : " -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
30+ TARGET_CMAKE_ARGS : " -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF -DBUILD_PYTHON_INTERFACE=OFF "
3131 container :
3232 image : ubuntu:22.04
3333 env :
Original file line number Diff line number Diff line change 8181 --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=${{ matrix.config.vcpkg_triplet }} -DCMAKE_BUILD_TYPE=Release
8282 -DVCPKG_APPLOCAL_DEPS=OFF -DTESSERACT_ENABLE_TESTING=ON \
8383 -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF \
84+ -DBUILD_PYTHON_INTERFACE=OFF \
8485 -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 \
8586 -DOpenMP_CXX_INCLUDE_DIR=${{ matrix.config.homebrew_root }}/opt/libomp/include \
8687 -DOpenMP_C_INCLUDE_DIR=${{ matrix.config.homebrew_root }}/opt/libomp/include \
9394 --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=${{ matrix.config.vcpkg_triplet }}
9495 -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=ON \
9596 -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF \
97+ -DBUILD_PYTHON_INTERFACE=OFF \
9698 -DVCPKG_APPLOCAL_DEPS=OFF \
9799 -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 \
98100 -DOpenMP_CXX_INCLUDE_DIR=${{ matrix.config.homebrew_root }}/opt/libomp/include \
Original file line number Diff line number Diff line change 4444 vcs-file : dependencies.repos
4545 upstream-args : --cmake-args -DCMAKE_BUILD_TYPE=Release
4646 target-path : target_ws/src
47- target-args : --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF
47+ target-args : --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DBUILD_PYTHON_INTERFACE=OFF
Original file line number Diff line number Diff line change 5050 vcs-file : dependencies.repos
5151 upstream-args : --cmake-args -DCMAKE_BUILD_TYPE=Release
5252 target-path : target_ws/src
53- target-args : --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DTESSERACT_PACKAGE=ON
53+ target-args : --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DTESSERACT_PACKAGE=ON -DBUILD_PYTHON_INTERFACE=OFF -DBUILD_PYTHON_INTERFACE=OFF
Original file line number Diff line number Diff line change 6161 vcs-file : .github/workflows/windows_dependencies.repos
6262 upstream-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=${{ matrix.config.triplet }} -DCMAKE_BUILD_TYPE=Release
6363 target-path : target_ws/src
64- target-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=${{ matrix.config.triplet }} -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF
64+ target-args : --cmake-args -G "Ninja" -DVCPKG_TARGET_TRIPLET=${{ matrix.config.triplet }} -DCMAKE_BUILD_TYPE=Release -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_BENCHMARKING=ON -DTESSERACT_ENABLE_RUN_BENCHMARKING=OFF -DBUILD_PYTHON_INTERFACE=OFF
6565
6666 - name : collect logs
6767 if : failure()
You can’t perform that action at this time.
0 commit comments