dsgsdha
This commit is contained in:
parent
a4792f6384
commit
e44575155b
3
QA/sourcehut/README.md
Normal file
3
QA/sourcehut/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This is legacy after sourcehut tests that are now blocked by https://github.com/RXT0112/Zernit/issues/51
|
||||||
|
|
||||||
|
We decided to stub this here since sourcehut it cool and we would like to use it if these problems are resolved.
|
@ -20,3 +20,7 @@ tasks:
|
|||||||
cd Zernit
|
cd Zernit
|
||||||
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi
|
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo build; fi
|
||||||
complete-build
|
complete-build
|
||||||
|
- bench: |
|
||||||
|
cd Zernit
|
||||||
|
if git --no-pager diff --name-only origin/master | grep -q ".*.rs$"; then cargo bench; fi
|
||||||
|
complete-build
|
Loading…
Reference in New Issue
Block a user