Switching from jenkins.
Some checks failed
MoreThanText build / Build-MoreThanText (push) Failing after 1m50s
Some checks failed
MoreThanText build / Build-MoreThanText (push) Failing after 1m50s
This commit is contained in:
parent
45522660bb
commit
460ca4b5a7
11
.gitea/workflows/build.yaml
Normal file
11
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
name: MoreThanText build
|
||||
run-name: ${{ gitea.actor }} runner
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
Build-MoreThanText:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cargo test
|
||||
- run: cargo build --release
|
Loading…
Reference in New Issue
Block a user