Skip to content

Build

Build #718

Workflow file for this run

name: Build
on:
push:
schedule:
- cron: "5 1 * * *" # Run nightly
workflow_dispatch:
jobs:
build:
name: Building the player
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.5.0
- name: make clean
run: make clean
- name: make init
run: make init
- name: make build
run: make build