create basic template for Build and Deploy in gitea
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m16s
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m16s
This commit is contained in:
parent
09950579da
commit
dba7933c63
11
.gitea/workflows/cd.yaml
Normal file
11
.gitea/workflows/cd.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Build && Deploy
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: cargo build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
- run: cargo build --target x86_64-unknown-linux-gnu
|
||||||
Loading…
x
Reference in New Issue
Block a user