blob: d84c99da65ced0fad4d25885113a2d799abb8912 [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
Willy Tarreau074ebcd2021-04-02 13:31:46 +020016 - name: Compile dev/flags/flags
Ilya Shipitsince94a942020-12-30 15:25:25 +050017 run: |
Willy Tarreau074ebcd2021-04-02 13:31:46 +020018 make dev/flags/flags
19 - name: Compile dev/poll/poll
Ilya Shipitsince94a942020-12-30 15:25:25 +050020 run: |
Willy Tarreau074ebcd2021-04-02 13:31:46 +020021 make dev/poll/poll
22 - name: Compile dev/hpack
Ilya Shipitsince94a942020-12-30 15:25:25 +050023 run: |
Willy Tarreau21ef8b92021-04-02 14:27:26 +020024 make dev/hpack/decode dev/hpack/gen-enc dev/hpack/gen-rht