Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
- A git submodule appears in the gh-pages push, leading to a broken job.

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Nov 12, 2024
1 parent 06826ef commit 9c6c03a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_deps() {
}

install_glog() {
echo "## Building glog"
echo "### Building glog - version $GLOG_VERSION"

cd ${TOP_DIR}
git clone --branch v0.4.0 --depth 1 https://github.com/google/glog
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 9c6c03a

Please sign in to comment.