]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build.yaml: Pass EXTRA_CMAKE_BUILD_FLAGS to “Build and test” step
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:51:28 +0000 (20:51 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:51:28 +0000 (20:51 +0200)
This will make the “Build documentation” and “Build manpage” step do
what’s intended.

.github/workflows/build.yaml

index 10f5eb31d54fcbbd14b8864ad9b140fb200089dd..c8eaf393f6808e8dbd4c6d18a3696d5235e209de 100644 (file)
@@ -217,6 +217,7 @@ jobs:
         CXX: ${{ matrix.config.CXX }}
         CXXFLAGS: ${{ matrix.config.CXXFLAGS }}
         ENABLE_CACHE_CLEANUP_TESTS: ${{ matrix.config.ENABLE_CACHE_CLEANUP_TESTS }}
+        EXTRA_CMAKE_BUILD_FLAGS: ${{ matrix.config.EXTRA_CMAKE_BUILD_FLAGS }}
         LDFLAGS: ${{ matrix.config.LDFLAGS }}
         RUN_TESTS: ${{ matrix.config.RUN_TESTS }}
         SPECIAL: ${{ matrix.config.SPECIAL }}