]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build.yaml: Improve naming of build jobs
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 25 Aug 2020 17:05:42 +0000 (19:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 25 Aug 2020 18:15:48 +0000 (20:15 +0200)
.github/workflows/build.yaml

index 31c797061419d814f9ce39f2a194914f72548dee..9a8ee4cc497cbe180aa6c3c1f042b0966c870f45 100644 (file)
@@ -133,7 +133,7 @@ jobs:
             path: /usr/bin
             apt_get: libzstd-dev
 
-          - name: Build binary and verify it
+          - name: Linux binary
             os: ubuntu-20.04
             CC: clang
             CXX: clang++
@@ -141,26 +141,26 @@ jobs:
             CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=Release
             apt_get: elfutils libzstd-dev
 
-          - name: Build source package and verify it
+          - name: Source package
             os: ubuntu-20.04
             CC: clang
             CXX: clang++
             SPECIAL: build-and-verify-package-source
             apt_get: elfutils libzstd-dev
 
-          - name: Build documentation
+          - name: Documentation
             os: ubuntu-18.04
             EXTRA_CMAKE_BUILD_FLAGS: --target documentation
             RUN_TESTS: 0
             apt_get: libzstd1-dev asciidoc
 
-          - name: Build manpage
+          - name: Man page
             os: ubuntu-18.04
             EXTRA_CMAKE_BUILD_FLAGS: --target manpage
             RUN_TESTS: 0
             apt_get: libzstd1-dev asciidoc xsltproc
 
-          - name: Run Clang-Tidy
+          - name: Clang-Tidy
             os: ubuntu-20.04
             CC: clang
             CXX: clang++
@@ -218,7 +218,7 @@ jobs:
           path: testdir.tar.xz
 
   check_format:
-    name: Check code formatting
+    name: Code formatting
     runs-on: ubuntu-20.04
     strategy:
       fail-fast: false