File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- # - {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
14
+ - {os: ubuntu-22.04, cc: gcc-12, cxx: g++-12}
15
15
- {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++}
18
18
19
19
runs-on : ${{ matrix.os }}
20
20
90
90
LIBRARY_PATH : /usr/local/opt/llvm/lib
91
91
run : |
92
92
source $HOME/install/share/triqs/triqsvars.sh
93
- mkdir build && cd build && cmake ..
93
+ mkdir build && cd build && cmake .. -DBuild_Documentation=${{ matrix.doc }}
94
94
make -j2 || make -j1 VERBOSE=1
95
95
96
96
- name : Test ctseg
You can’t perform that action at this time.
0 commit comments