mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 18:58:29 +00:00
Add player dependency fetching as separate target
This commit is contained in:
parent
9ce9c54399
commit
131ac5e4ee
7
Makefile
7
Makefile
@ -35,14 +35,17 @@ endif
|
|||||||
# Main
|
# Main
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
||||||
all: invidious
|
all: get-player-dependencies invidious
|
||||||
|
|
||||||
get-libs:
|
get-libs:
|
||||||
shards install --production
|
shards install --production
|
||||||
|
|
||||||
|
get-player-dependencies:
|
||||||
|
crystal run scripts/fetch-player-dependencies.cr
|
||||||
|
|
||||||
# TODO: add support for ARM64 via cross-compilation
|
# TODO: add support for ARM64 via cross-compilation
|
||||||
invidious: get-libs
|
invidious: get-libs
|
||||||
crystal build src/invidious.cr $(FLAGS) --progress --stats --error-trace
|
crystal build src/invidious.cr $(FLAGS) --progress --stats --error-trace -Dskip_videojs_download
|
||||||
|
|
||||||
|
|
||||||
run: invidious
|
run: invidious
|
||||||
|
Loading…
Reference in New Issue
Block a user