Install tshark in runner
This commit is contained in:
parent
731078325a
commit
4bbb813f1b
13
.github/workflows/ccpp.yml
vendored
13
.github/workflows/ccpp.yml
vendored
@ -4,18 +4,23 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: sysklogd ci
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Build dependencies
|
||||||
|
run: sudo apt install tree tshark
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: configure
|
- name: Generate and run configure script
|
||||||
run: ./autogen.sh && ./configure
|
run: ./autogen.sh && ./configure
|
||||||
- name: build
|
- name: Build daemon
|
||||||
run: make
|
run: make
|
||||||
- name: test
|
- name: Unit tests
|
||||||
run: make check || (cat test/test-suite.log; cat test/start.log; cat test/remote.log; false)
|
run: make check || (cat test/test-suite.log; cat test/start.log; cat test/remote.log; false)
|
||||||
# - name: clang-tidy check
|
# - name: clang-tidy check
|
||||||
# uses: muxee/clang-tidy-action@0.0.1-rc1
|
# uses: muxee/clang-tidy-action@0.0.1-rc1
|
||||||
# - name: SonarCloud Scan
|
# - name: SonarCloud Scan
|
||||||
# uses: SonarSource/sonarcloud-github-action@v1.1
|
# uses: SonarSource/sonarcloud-github-action@v1.1
|
||||||
|
- name: Installation
|
||||||
|
run: make install DESTDIR=/tmp/tok; tree /tmp/tok
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user