This commit is contained in:
lda 2023-11-02 19:00:01 +01:00
parent 1dc19ac070
commit 33cec5adfd
Signed by: lda
GPG key ID: 6898757653ABE3E6

View file

@ -4,13 +4,16 @@ on: [push]
jobs:
# Compiles out everything.
compile-all:
setup-repo:
# TODO: More architectures
runs-on: debian
steps:
# Checks out Telodendria, and setups a basic build environment.
- name: Checking out Telodendria
uses: actions/checkout@v4
build:
runs-on: debian
steps:
- name: Setup build environment
uses: ./.gitea/actions/setup-build
with: