Bump version

This commit is contained in:
Michael Hansen 2022-05-04 19:03:33 -04:00
commit 0cbfe3fbeb
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ dist/
/samples/
/voices/
/wheels/*.whl
/plugin-tts-mimic3/

View file

@ -134,6 +134,10 @@ RUN mycroft-core/bin/mycroft-start bus && \
RUN export expected_sample="tests/apope_sample_${TARGETARCH}${TARGETVARIANT}.wav" && \
tests/samples_match.py tests/actual_sample.wav "${expected_sample}"
# RUN --mount=type=cache,id=pip-requirements,target=/root/.cache/pip \
# mkdir -p pip && \
# cp -R /root/.cache/pip/* pip/
# -----------------------------------------------------------------------------
FROM scratch
@ -145,3 +149,5 @@ COPY --from=test /test/tests/actual_sample.wav "/apope_sample_${TARGETARCH}${TAR
COPY --from=test /var/log/mycroft/audio.log ./
COPY --from=build /build/mimic3/plugin-tts-mimic3/dist/*.tar.gz ./
# COPY --from=test /test/pip/ ./pip/

View file

@ -1 +1 @@
0.1.8
0.1.9