Skip to content

Commit

Permalink
Build docs on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Dec 22, 2020
1 parent c2f102f commit f352abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build ecl
run: |
mkdir cmake-build
cmake -S . -B cmake-build -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake -S . -B cmake-build -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DRST_DOC=ON
cmake --build cmake-build
- name: Run tests
Expand Down

0 comments on commit f352abd

Please sign in to comment.