Skip to content

Commit 8f1193c

Browse files
committed
[doc] build documentation in github workflow
1 parent 21409b4 commit 8f1193c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
#- {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
14+
- {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
1515
- {os: ubuntu-22.04, cc: clang-15, cxx: clang++-15, doc: ON}
16-
#- {os: macos-12, cc: gcc-12, cxx: g++-12}
17-
#- {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
16+
- {os: macos-12, cc: gcc-12, cxx: g++-12}
17+
- {os: macos-12, cc: /usr/local/opt/llvm/bin/clang, cxx: /usr/local/opt/llvm/bin/clang++}
1818

1919
runs-on: ${{ matrix.os }}
2020

@@ -90,7 +90,7 @@ jobs:
9090
LIBRARY_PATH: /usr/local/opt/llvm/lib
9191
run: |
9292
source $HOME/install/share/triqs/triqsvars.sh
93-
mkdir build && cd build && cmake ..
93+
mkdir build && cd build && cmake .. -DBuild_Documentation=${{ matrix.doc }}
9494
make -j2 || make -j1 VERBOSE=1
9595
9696
- name: Test ctseg

0 commit comments

Comments
 (0)