Skip to content

Commit 6e9adbf

Browse files
committed
ci: cosmetics
1 parent a38a763 commit 6e9adbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build-with-arch:
17+
name: CI - ArchLinux
1718
runs-on: ubuntu-latest
1819
container:
1920
image: archlinux/archlinux:base-devel

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
CCACHE_DIR: ${{ github.workspace }}/.ccache
2727
CCACHE_COMPRESS: true
2828
CCACHE_COMPRESSLEVEL: 6
29-
CMAKE_BUILD_PARALLEL_LEVEL: 2
3029
CMAKE_C_COMPILER_LAUNCHER: ccache
3130
CMAKE_CXX_COMPILER_LAUNCHER: ccache
3231
steps:
@@ -51,7 +50,7 @@ jobs:
5150
run: /usr/bin/cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DBUILD_PYTHON_INTERFACE=ON -DBUILD_TESTING=ON -DBUILD_EXAMPLES=ON -DBUILD_DOCUMENTATION=ON -DBUILD_BENCHMARKS=ON
5251

5352
- name: CMake Build
54-
run: /usr/bin/cmake --build build
53+
run: /usr/bin/cmake --build build --verbose --parallel 2
5554

5655
- name: Show ccache stats
5756
run: ccache --show-stats --verbose

.github/workflows/ci-ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs:
5050
- CI
5151

52-
runs-on: Ubuntu-latest
52+
runs-on: ubuntu-latest
5353
steps:
5454
- name: Decide whether the needed jobs succeeded or failed
5555
uses: re-actors/alls-green@release/v1

0 commit comments

Comments
 (0)