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