mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 15:04:42 +00:00
d798889a5d
halog is an admin tool, so let's move it to admin/ as well. The makefile was updated to build from the new directory.
25 lines
458 B
YAML
25 lines
458 B
YAML
name: Contrib
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Compile admin/halog/halog
|
|
run: |
|
|
make admin/halog/halog
|
|
- name: Compile dev/flags/flags
|
|
run: |
|
|
make dev/flags/flags
|
|
- name: Compile dev/poll/poll
|
|
run: |
|
|
make dev/poll/poll
|
|
- name: Compile dev/hpack
|
|
run: |
|
|
make dev/hpack/decode dev/hpack/gen-enc dev/hpack/gen-rht
|