blob: 39556e123715db21465a4432bcc3cdca30f2099f [file] [log] [blame]
Ilya Shipitsince94a942020-12-30 15:25:25 +05001name: Contrib
2
3on:
4 push:
5
6jobs:
7 build:
8
9 runs-on: ubuntu-latest
10
11 steps:
12 - uses: actions/checkout@v2
13 - name: Compile contrib/halog/halog
14 run: |
15 make contrib/halog/halog
16 - name: Compile contrib/debug/flags
17 run: |
18 make contrib/debug/flags
19 - name: Compile contrib/debug/poll
20 run: |
21 make contrib/debug/poll
22 - name: Compile contrib/hpack
23 run: |
24 make -C contrib/hpack