CI: Refactor: split jobs, add tests, and caching

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-09-13 03:26:06 +02:00
commit d5f6c181af
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 59 additions and 9 deletions

View file

@ -1,3 +1,7 @@
Version XXX, released YYY:
* Updates
- CI: Split jobs, add tests, and caching
Version 0.7.2, released 2019-09-13:
* Updates
- Impl Error for JidParseError again, it got removed due to the failure removal but is still wanted.