Add basic actions file
Some checks failed
Build and test / build (push) Has been cancelled

This commit is contained in:
apio 2024-02-04 14:16:01 +01:00
parent 02f8102d38
commit 7f2a65f6d6
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -0,0 +1,15 @@
name: Build and test
run-name: ${{ gitea.actor }} is testing and running the code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update
- run: apt install build-essential cmake ninja-build wget nasm genext2fs qemu-system git -y
- run: wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet
- run: tar xf ci-toolchain-arm64.tar.gz
- run: rm ci-toolchain-arm64.tar.gz
- run: tools/run-tests.sh