File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
1414
1515jobs :
1616 build-with-arch :
17+ name : CI - ArchLinux
1718 runs-on : ubuntu-latest
1819 container :
1920 image : archlinux/archlinux:base-devel
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments