We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756bc23 commit 54f1a88Copy full SHA for 54f1a88
.github/workflows/pages.yml
@@ -81,7 +81,7 @@ jobs:
81
cmake -S . -B build -DUSE_SCOREBOARD=ON
82
- name: CMake build
83
run: |
84
- cmake --build build --parallel
+ cmake --build build -t generate_scoreboard
85
- name: Upload artifact
86
uses: actions/upload-artifact@v4
87
with:
CMakeLists.txt
@@ -19,10 +19,6 @@ message( STATUS "PPC step: Setup documentation generation" )
19
include(cmake/sphinx.cmake)
20
add_subdirectory(docs)
21
22
-if( USE_SCOREBOARD OR USE_DOCS )
23
- return()
24
-endif()
25
-
26
############################ Configures #############################
27
28
message( STATUS "PPC step: First configures" )
0 commit comments