mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 16:34:42 +00:00
ce94a948fb
this adds "halog", "flags" and "poll" builds. builds are done in separate steps for better failure identification
25 lines
448 B
YAML
25 lines
448 B
YAML
name: Contrib
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Compile contrib/halog/halog
|
|
run: |
|
|
make contrib/halog/halog
|
|
- name: Compile contrib/debug/flags
|
|
run: |
|
|
make contrib/debug/flags
|
|
- name: Compile contrib/debug/poll
|
|
run: |
|
|
make contrib/debug/poll
|
|
- name: Compile contrib/hpack
|
|
run: |
|
|
make -C contrib/hpack
|