forked from lda/telodendria
[TEST]
This commit is contained in:
parent
1dc19ac070
commit
33cec5adfd
1 changed files with 4 additions and 1 deletions
|
@ -4,13 +4,16 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Compiles out everything.
|
# Compiles out everything.
|
||||||
compile-all:
|
setup-repo:
|
||||||
# TODO: More architectures
|
# TODO: More architectures
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
# Checks out Telodendria, and setups a basic build environment.
|
# Checks out Telodendria, and setups a basic build environment.
|
||||||
- name: Checking out Telodendria
|
- name: Checking out Telodendria
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
build:
|
||||||
|
runs-on: debian
|
||||||
|
steps:
|
||||||
- name: Setup build environment
|
- name: Setup build environment
|
||||||
uses: ./.gitea/actions/setup-build
|
uses: ./.gitea/actions/setup-build
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue