Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

traintastic-server now requires Lua 5.4 #4

traintastic-server now requires Lua 5.4

traintastic-server now requires Lua 5.4 #4

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure
working-directory: ${{github.workspace}}/buildroot
run: make BR2_EXTERNAL=../traintastic traintastic-server-rpi4_defconfig
- name: Build image
working-directory: ${{github.workspace}}/buildroot
run: make all