Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eac40bcc6 | |||
| b2e2d27a2a | |||
| 92cc9f6384 |
24
.gitea/workflows/compile.yml
Normal file
24
.gitea/workflows/compile.yml
Normal file
@@ -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
|
||||
0
font8x8_basic.bin
Normal file
0
font8x8_basic.bin
Normal file
Reference in New Issue
Block a user