diff options
author | Daniel <kingdread@gmx.de> | 2020-05-03 16:21:27 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-03 16:21:27 +0200 |
commit | f1fbfc32b6856528fef1fa838103cd3030861e7e (patch) | |
tree | feb5f0b43daaad391c34adbb20a3ec43024c7f3c /README.md | |
parent | 8cfdfcd29de395f9ee73bf3a3e5f14210a4844e6 (diff) | |
download | raidgrep-f1fbfc32b6856528fef1fa838103cd3030861e7e.tar.gz raidgrep-f1fbfc32b6856528fef1fa838103cd3030861e7e.tar.bz2 raidgrep-f1fbfc32b6856528fef1fa838103cd3030861e7e.zip |
add CI
Even though there are not a lot of tests currently, it's good to get
started and at least get the basic compilation/clippy errors as well.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ raidgrep ======== +[![CI status](https://img.shields.io/gitlab/pipeline/dunj3/raidgrep/master)](https://gitlab.com/dunj3/raidgrep) + A tool for searching your local Guild Wars 2/arcdps raid & fractal log files. Building |