Parent Directory
|
Revision Log
|
Patch
revision 9971 by michael, Mon Jun 14 18:20:28 2021 UTC | revision 9972 by michael, Mon Jun 14 19:28:41 2021 UTC | |
---|---|---|
# | Line 6 jobs: | Line 6 jobs: |
6 | build: | build: |
7 | runs-on: ubuntu-latest | runs-on: ubuntu-latest |
8 | ||
9 | strategy: | |
10 | matrix: | |
11 | compiler: [gcc, clang] | |
12 | ||
13 | steps: | steps: |
14 | - uses: actions/checkout@v2 | - uses: actions/checkout@v2 |
15 | - name: configure | - name: configure |
# | Line 13 jobs: | Line 17 jobs: |
17 | - name: make | - name: make |
18 | run: make -j$(nproc) | run: make -j$(nproc) |
19 | - name: make install | - name: make install |
20 | run: make install | run: sudo make install |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |