Skip to content

Commit

Permalink
feat: Added cmake option that allows you to build docs on a non-cuda …
Browse files Browse the repository at this point in the history
…capable platform.
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent d5b84ff commit 6ec969f
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 204 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ on: push
jobs:
deploy-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout Main Repository
uses: actions/checkout@v2
with:
repository: 'netscianalysis/netsci'

- name: Install Doxygen
run: sudo apt-get install doxygen
- name: Install CMake
run: sudo apt-get install cmake
- name: Configure CMake
run: cmake .
run: cmake .. -DBUILD_NETSCI=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_SAMPLES=OFF -DGENERATE_DOCS=ON
- name: Build Doxygen Documentation
run: make docs

Expand Down
Loading

0 comments on commit 6ec969f

Please sign in to comment.