Skip to content

Commit

Permalink
test doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 7, 2023
1 parent 18134b4 commit a1f1c8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
path: ~/data
key: data-10

- name: build-docs
run: |
mkdir bufr/build-docs
cd bufr/build-docs
cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Debug -DENABLE_DOCS=ON -DENABLE_PYTHON=ON ..
make doc python_docs
- name: build
run: |
cd bufr
Expand All @@ -55,13 +62,6 @@ jobs:
ctest --verbose --output-on-failure --rerun-failed
gcovr --root .. -v --html-details --exclude ../test --exclude CMakeFiles --print-summary --exclude-unreachable-branches --exclude-throw-branches --decisions -o test-coverage.html
- name: build-docs
run: |
mkdir bufr/build-docs
cd build-docs
cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Debug -DENABLE_DOCS=ON -DENABLE_PYTHON=ON ..
make doc python_docs
- name: cache-data
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit a1f1c8a

Please sign in to comment.