Actions
This commit is contained in:
parent
018918c92a
commit
090c58f008
16
.gitea/workflows/build.yml
Normal file
16
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: ci
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: rust:latest
|
||||||
|
steps:
|
||||||
|
- name: Build
|
||||||
|
run: cargo build --release
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user