Skip to content

Commit

Permalink
[ci] Build doxygen on arch instead of docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Mar 12, 2024
1 parent a6a9987 commit 95e51e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/ci/jobs/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
build docs:
stage: build
image: $CONTAINER_GCC_IMAGE
needs: [meta, ci_images]
needs: [meta]
tags: [shell, envinf23]
timeout: 30 minutes
variables:
DOX_WARNINGS_THRESHOLD: 18
# Applying PATCH_COMMAND in Docker volume does not work, therefore using local cache:
CPM_SOURCE_CACHE: $CI_PROJECT_DIR/build/_deps
script:
- mkdir -p build
# cpp-dependencies
Expand Down

0 comments on commit 95e51e3

Please sign in to comment.