cso-thumbnailer/.gitea/workflows/action.yaml
Sateallia 2e7d31a9f2
All checks were successful
Test build ${{ vars.NAME_PROJECT }} / deploy (push) Successful in 24s
Add .gitea/workflows/action.yaml
2024-08-11 23:49:49 +03:00

12 lines
334 B
YAML

name: Test build ${{ vars.NAME_PROJECT }}
run-name: ${{ gitea.actor }} is building ${{ gitea.repository }}
on: [push]
jobs:
deploy:
runs-on: linux_amd64
steps:
- uses: actions/checkout@v4
- name: Try building ${{ vars.NAME_PROJECT }}
run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }}