cso-thumbnailer/.gitea/workflows/action.yaml
Sateallia 7a64cb0e2a
All checks were successful
Test build / deploy (push) Successful in 16s
Update .gitea/workflows/action.yaml
2024-08-11 23:50:53 +03:00

12 lines
284 B
YAML

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