Parent Directory
|
Revision Log
|
Patch
revision 9982 by michael, Mon Jun 14 20:18:38 2021 UTC | revision 9983 by michael, Tue Jun 15 16:38:31 2021 UTC | |
---|---|---|
# | Line 4 on: [push, pull_request] | Line 4 on: [push, pull_request] |
4 | ||
5 | jobs: | jobs: |
6 | build: | build: |
7 | runs-on: ubuntu-latest | runs-on: ${{ matrix.os }} |
8 | timeout-minutes: 10 | timeout-minutes: 10 |
9 | ||
10 | strategy: | strategy: |
11 | matrix: | matrix: |
12 | os: [macos-latest, ubuntu-latest] | |
13 | compiler: [gcc, clang] | compiler: [gcc, clang] |
14 | exclude: | |
15 | - os: macos-latest | |
16 | compiler: gcc | |
17 | ||
18 | env: | env: |
19 | CC: ${{ matrix.compiler }} | CC: ${{ matrix.compiler }} |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |