test
Some checks failed
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.12.1, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.13.2, true) (push) Has been cancelled
Build and release container directly from master / release (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.14.0, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.15.0, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (nightly, false) (push) Has been cancelled
Invidious CI / build-docker (push) Has been cancelled
Invidious CI / build-docker-arm64 (push) Has been cancelled
Invidious CI / lint (push) Has been cancelled

This commit is contained in:
Fijxu 2025-05-11 00:13:38 -04:00
parent abb5927450
commit 0dd11b2e0f
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 8 additions and 2 deletions

View File

@ -2,13 +2,12 @@ name: "Invidious CI"
on:
workflow_dispatch:
# schedule:
# - cron: '0 7 * * 0'
push:
branches:
- "master"
paths-ignore:
- "*.md"
- ".vscode"
- LICENCE
- TRANSLATION
- invidious.service

View File

@ -20,6 +20,13 @@ COPY ./scripts/ ./scripts/
COPY ./assets/ ./assets/
COPY ./videojs-dependencies.yml ./videojs-dependencies.yml
RUN whoami
RUN crystal env
RUN --mount=type=cache,target=/root/.cache/crystal \
ls /root/.cache/crystal
RUN --mount=type=cache,target=/root/.cache/crystal \
crystal build ./src/invidious.cr \
--release --mcpu=x86-64-v2 \