Test gitea actions on host
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Failing after 0s Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Peter J. Holzer 2023-07-09 21:54:12 +02:00
parent 677f41d088
commit 677e0ef2ef
2 changed files with 16 additions and 0 deletions

View File

@ -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

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all: hello
install: /tmp/hello
/tmp/%: %
install $^ $@