sandkiste/.gitea/workflows/deploy.yaml

15 lines
396 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:10:03 +02:00
- name: Check out repository code
uses: actions/checkout@v3
2024-03-17 20:56:30 +01:00
- run: echo ${{var.TEST_VAR}}
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