mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Add HLS test to Earthfile
This commit is contained in:
parent
57beaacd2c
commit
9610cf931c
1 changed files with 8 additions and 0 deletions
|
@ -151,3 +151,11 @@ api-tests:
|
|||
WORKDIR /build/test/automated/api
|
||||
RUN npm install
|
||||
RUN ./run.sh
|
||||
|
||||
hls-tests:
|
||||
FROM --platform=linux/amd64 bdwyertech/go-crosscompile
|
||||
RUN apk add npm font-noto && fc-cache -f
|
||||
COPY . /build
|
||||
WORKDIR /build/test/automated/hls
|
||||
RUN npm install
|
||||
RUN ./run.sh
|
||||
|
|
Loading…
Reference in a new issue