File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 3030 cxx : clang++
3131 type : shared
3232 shell : sh
33- - os : macos-latest
34- cc : gcc-13
35- cxx : g++-13
36- type : static
37- shell : sh
38- benchmark : macos/gcc
3933 - os : ubuntu-latest
4034 cc : clang
4135 cxx : clang++
6559 - os : windows-latest
6660 type : shared
6761 shell : pwsh
68- - os : windows-latest
69- type : static
70- shell : msys2 {0}
7162
7263 # Sanitizers
7364 - os : ubuntu-latest
8677 CC : ${{ matrix.platform.cc }}
8778 CXX : ${{ matrix.platform.cxx }}
8879 steps :
89- - name : Install dependencies (MSYS2)
90- uses : msys2/setup-msys2@v2
91- if : matrix.platform.shell == 'msys2 {0}'
92- with :
93- install : cmake make gcc diffutils
94-
9580 - uses : actions/checkout@v4
9681 - name : Install dependencies (macOS)
9782 if : runner.os == 'macos'
Original file line number Diff line number Diff line change 11brew "cmake"
22brew "doxygen"
3- brew "gcc@13"
You can’t perform that action at this time.
0 commit comments