systemd / package-notes

Tools to add packaging metadata to ELF files
16 stars 10 forks source link

ci: introduce a basic GH Actions CI #21

Closed mrc0mmand closed 2 years ago

mrc0mmand commented 2 years ago

It appears to be testing!


Run cd tests && python3 -m unittest -v
test_fedora_long_name (test_basics.TestGeneratedOutput) ... ok
test_fedora_package (test_basics.TestGeneratedOutput) ... ok
test_very_short (test_basics.TestGeneratedOutput) ... ok
test_very_short_rw (test_basics.TestGeneratedOutput) ... ok

----------------------------------------------------------------------
Ran 4 tests in 0.002s

OK

@bluca, @keszybz PTAL

mrc0mmand commented 2 years ago

I guess I'll look into pylint/shellcheck CI next for the scripts itself (if that's something we want).

bluca commented 2 years ago

I guess I'll look into pylint/shellcheck CI next for the scripts itself (if that's something we want).

I'd say so, given it runs potentially on every build of a distro