Skip to content

Builds on Windows and Linux #3

Builds on Windows and Linux

Builds on Windows and Linux #3

Workflow file for this run

on:
push:
branches: [ "main" ]
name: Build backend
jobs:
build:
name: Build binary
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Install requirements for building binary
run: .github/get-build-requirements
- name: Build binary
run: make
- name: Build .deb
run: make deb