mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 04:44:58 +00:00
This commit is contained in:
@ -829,6 +829,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_generated_hls_stream_fmp4() {
|
fn test_generated_hls_stream_fmp4() {
|
||||||
env_logger::try_init().ok();
|
env_logger::try_init().ok();
|
||||||
|
@ -31,6 +31,7 @@ RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/ffm
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared && \
|
--enable-shared && \
|
||||||
make -j$(nproc) && make install
|
make -j$(nproc) && make install
|
||||||
|
RUN cargo test
|
||||||
RUN cargo install --path ./crates/zap-stream --root /app/build
|
RUN cargo install --path ./crates/zap-stream --root /app/build
|
||||||
|
|
||||||
FROM $IMAGE AS runner
|
FROM $IMAGE AS runner
|
||||||
|
Reference in New Issue
Block a user