Skip to content

Commit

Permalink
ci/docs: delete dangling libiio build directory
Browse files Browse the repository at this point in the history
- The build directory for libiio was left dangling, causing documentation
generation to fail as it was recognized as a submodule.

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Nov 12, 2024
1 parent ce0cf95 commit ff69f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CI/ubuntu/doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ then

sudo rm -rf ${TOP_DIR}/doc
sudo rm -rf ${TOP_DIR}/glog
sudo rm -rf ${TOP_DIR}/libiio
sudo rm -rf ${TOP_DIR}/build

# Need to create a .nojekyll file to allow filenames starting with an underscore
Expand Down
2 changes: 1 addition & 1 deletion CI/ubuntu/make_linux
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ handle_doxygen() {
make && sudo make install
make doc
cd ..
./CI/ubuntu/doxygen.sh
${TOP_DIR}/CI/ubuntu/doxygen.sh
}

handle_ubuntu_docker() {
Expand Down

0 comments on commit ff69f0f

Please sign in to comment.