added test action
Some checks failed
Build for Linux / test-build (push) Failing after 13s

This commit is contained in:
Paul Wilde 2025-01-03 23:16:57 +00:00
parent df094b9850
commit da71e6990a

View file

@ -1,10 +1,19 @@
name: Build for Linux name: Build for Linux
env:
BUILD_DEPS: git nim nimble
on: [push] on: [push]
jobs: jobs:
test-build: test-build:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkouter - name: Install Dependencies
uses: pswilde/norgbackup run: |
apt update && apt install --yes $BUILD_DEPS
- name: Clone repo
run: |
git clone ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}
- name: Build
run: |
cd app
nimble build --release