shitfuckanalsex
This commit is contained in:
24
.gitea/workflow/compile.yml
Normal file
24
.gitea/workflow/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