Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Pipeline debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Mar 16, 2022
1 parent 09f718e commit 60c0542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/azure-pipelines-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ stages:
- script: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends doxygen g++ libcurl4-openssl-dev libjsoncpp-dev make pkg-config
sudo pip install --disable-pip-version-check --no-cache-dir breathe cython sphinx_rtd_theme
pip install -U --upgrade-strategy=eager --disable-pip-version-check breathe cython sphinx_rtd_theme
displayName: Install dependencies
- script: |
sudo pip list
pip list
mkdir build_doc
cd build_doc
cmake -DPYTHON3=ON -DDOC=ON ..
Expand Down

0 comments on commit 60c0542

Please sign in to comment.