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 ead257c commit 1efe941Copy full SHA for 1efe941
.github/workflows/pages.yml
@@ -82,7 +82,7 @@ jobs:
82
cmake -S . -B build -DUSE_SCOREBOARD=ON
83
- name: CMake build
84
run: |
85
- cmake --build build --parallel
+ cmake --build build -t generate_scoreboard
86
- name: Upload artifact
87
uses: actions/upload-artifact@v4
88
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