Skip to content

Commit

Permalink
base-setup-doxygen.sh: prepare the sandbox environment scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Oct 25, 2024
1 parent f949359 commit bd4dfd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion helper-scripts/ci-cd/base-setup-doxygen.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/bin/bash

source "$(pwd)/helper-scripts/setup-environment/setup-scripts/variables.sh"
source "${abstract_scripts}"
source "${setup_doxygen_script}"

##
# Prepare the sandbox workspace
##
prepare_sandbox "${sandbox_path}" "+rwx" ""

##
# Doxygen
##
Expand All @@ -13,4 +19,4 @@ cleanup_doxygen

create_doxygen_symbol

doxygen-1.12.0 -v
doxygen-1.12.0 -v

0 comments on commit bd4dfd4

Please sign in to comment.