]> git.ipfire.org Git - thirdparty/mtr.git/commit
Github actions added to perform lint and compile 481/head
authordarless <3382617+darless@users.noreply.github.com>
Tue, 11 Jul 2023 16:18:33 +0000 (11:18 -0500)
committerdarless <3382617+darless@users.noreply.github.com>
Wed, 12 Jul 2023 17:48:34 +0000 (12:48 -0500)
commit4fc3361930ca7f820383b74d87578b45101a7d39
tree7144102d8f00fa6961ff2f0bb4b76bc91d33d573
parentab6f80fc8d8cd9ec05c0d997bd31098e9d93bf4d
Github actions added to perform lint and compile

In the test folder, there was lint.sh, but I think flake8 is a better
tool.

Added a compile job for linux, this runs compilation as defined in
the README, runs a sample mtr and runs cmdparse.py test. Need
documentation on what other tests to run and whether to include the
testing in tox instead of running them individually.

Not adding in this PR support for cygwin or freebsd, as that will need
investigation on how to run.

Minor:
- Fixed a typo in configure.ac that used ---- vs -- for a flag option.
.flake8 [new file with mode: 0644]
.github/workflows/test.yaml [new file with mode: 0644]
.gitignore
configure.ac
test/probe.py