sandkiste/.gitea/workflows/deploy.yaml

15 lines
397 B
YAML

name: Gitea Actions Test - Make
run-name: make
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: trintignant
steps:
- run: pwd
- name: Check out repository code
uses: actions/checkout@v3
- run: echo ${{vars.TEST_VAR}}
- run: cd ${{ gitea.workspace }}; ls -l
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install