Add Forgejo Actions
Some checks failed
Continuous integration / Build and test (push) Has been cancelled
Some checks failed
Continuous integration / Build and test (push) Has been cancelled
Trigger Build Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml Update .forgejo/workflows/rust.yml
This commit is contained in:
parent
1aa195edcd
commit
7ba60da4ed
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/rust.yml
Normal file
15
.forgejo/workflows/rust.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
on: [push, pull_request]
|
||||
|
||||
name: Continuous integration
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt update
|
||||
- run: apt install libasound2-dev libdbus-1-dev libpulse0 -y
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- run: cargo build --verbose --all-features
|
||||
- run: cargo test --verbose --all-features
|
Loading…
Reference in a new issue