Skip to content

Commit

Permalink
Build lottie by passing -DLOTTIE_MODULE=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed May 26, 2024
1 parent 2b9a4bf commit c77a4cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN conan install . --build=missing -s build_type=Release

COPY CMakeLists.txt .
COPY src src
RUN cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt && cmake --build . --config Release
RUN cmake -DCMAKE_BUILD_TYPE=Release -DLOTTIE_MODULE=OFF CMakeLists.txt && cmake --build . --config Release

FROM debian:buster-slim as lottie-to-gif
COPY --from=builder-gifski /usr/local/cargo/bin/gifski /usr/bin/gifski
Expand Down
1 change: 1 addition & 0 deletions test-files/2.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions test-files/index.json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
},
"1.json": {
"link": "https://lottiefiles.com/18168-stay-safe-stay-home"
},
"2.json": {
"link": "https://github.com/ed-asriyan/lottie-converter/issues/92"
}
}

0 comments on commit c77a4cf

Please sign in to comment.