Skip to content

Commit

Permalink
Merge pull request #51 from ssahani/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
ssahani authored May 1, 2024
2 parents 13bcd92 + 5a21966 commit 2568121
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ctags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--links=no
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.[ch] whitespace=tab-in-indent,trailing-space
*.gpg binary generated
*.bmp binary
*.base64 generated

# Mark files as "generated", i.e. no license applies to them.
# This includes output from programs, directive lists generated by grepping
# for all possibilities, samples from fuzzers, files from /proc, packet samples,
# and anything else where no copyright can be asserted.
#
# Use 'git check-attr generated -- <path>' to query the attribute.
[attr]generated
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ jobs:
run: sudo apt-get install -y python3-sphinx ninja-build meson glib-2.0-dev libudev-dev libsystemd-dev clang gperf libcap-dev build-essential
- name: build
run: make
- name: install
run: sudo make install
- name: add systemd-journal-netlog user
run: sudo useradd -r -d / -s /usr/sbin/nologin -g systemd-journal systemd-journal-netlog
- name: start systemd-netlogd
run: sudo systemctl daemon-reload; sudo systemctl start systemd-netlogd
- name: show status systemd-netlogd
run: sudo systemctl status systemd-netlogd

0 comments on commit 2568121

Please sign in to comment.