diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-25 22:13:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-30 15:23:42 -0400 |
commit | 7ad36a21644a1eadfc449a56f4756b9c1fa56f88 (patch) | |
tree | a4ad896ab5771436c418510a42dc5fbaeccfc18c /docs | |
parent | 21ba8a9d7a7a4721a77f741b4e75a7806b0d67e1 (diff) | |
download | kutter-7ad36a21644a1eadfc449a56f4756b9c1fa56f88.tar.gz kutter-7ad36a21644a1eadfc449a56f4756b9c1fa56f88.tar.xz kutter-7ad36a21644a1eadfc449a56f4756b9c1fa56f88.zip |
github: Run continuous integration tests using "github actions"
Use "github actions" instead of "travis ci" for the automatic build
regression tests.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Debugging.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index dfd04add..4286a37a 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -178,8 +178,9 @@ and effect scenarios. Running the regression tests ============================ -The main Klipper GitHub repository uses TravisCI to run a series of -regression tests. It can be useful to run some of these tests locally. +The main Klipper GitHub repository uses "github actions" to run a +series of regression tests. It can be useful to run some of these +tests locally. The source code "whitespace check" can be run with: ``` |