sandkiste/.gitea/workflows/deploy.yaml

11 lines
240 B
YAML
Raw Normal View History

2023-07-09 21:54:12 +02:00
name: Gitea Actions Test - Make
run-name: make
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: trintignant
steps:
- run: pwd
2023-07-09 22:02:45 +02:00
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install