From b2e2d27a2a9f93a6be764c44cc4aa6baccecb684 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Fri, 18 Jul 2025 20:54:54 +0200 Subject: [PATCH] shitfuckanalsex --- .gitea/workflow/compile.yml | 24 ++++++++++++++++++++++++ font8x8_basic.bin | 0 2 files changed, 24 insertions(+) create mode 100644 .gitea/workflow/compile.yml create mode 100644 font8x8_basic.bin diff --git a/.gitea/workflow/compile.yml b/.gitea/workflow/compile.yml new file mode 100644 index 0000000..8aafff3 --- /dev/null +++ b/.gitea/workflow/compile.yml @@ -0,0 +1,24 @@ +name: Compile + +on: + push: + branches: + - '*' + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true + + - name: Build with cargo (release) + run: cargo build --release diff --git a/font8x8_basic.bin b/font8x8_basic.bin new file mode 100644 index 0000000..e69de29