From 9975549db84df87f3fc3f17af65cf517bbd05e3a Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 22 Feb 2020 12:49:29 -0500 Subject: [PATCH] CI --- CMakeLists.txt | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 742f41f..3abd6a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,9 @@ if (STATIC_BUILD) cbr2cbz -static archive + acl + crypto + z ) else () target_link_libraries( diff --git a/README.md b/README.md index 3545cfb..1b18014 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # cbr2cbz +[![Development snapshots](https://ci.simon987.net/app/rest/builds/buildType(Cbr2cbz_Build)/statusIcon)](https://files.simon987.net/artifacts/Cbr2cbz/Build/) + Convert a .cbr file to a .cbz file without modifying the original document. ## Usage