cso-thumbnailer/.gitea / workflows / actions.yaml

12 lines
309 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 ${{ vars.NAME_PROJECT }}
run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }}