Test gitea actions on host
This commit is contained in:
parent
677f41d088
commit
677e0ef2ef
|
@ -0,0 +1,10 @@
|
||||||
|
name: Gitea Actions Test - Make
|
||||||
|
run-name: make
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: trintignant
|
||||||
|
steps:
|
||||||
|
- run: pwd
|
||||||
|
- run: make
|
||||||
|
- run: make install
|
Loading…
Reference in New Issue