sandkiste/.gitea/workflows/deploy.yaml

12 lines
286 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:07:29 +02:00
- run: cd ${{ gitea.workspace }}; ls -l
2023-07-09 22:02:45 +02:00
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install