cso-thumbnailer/.gitea/workflows/action.yaml
Sateallia 4c82e6b3ee
All checks were successful
Test build / build (push) Successful in 15s
Update .gitea/workflows/action.yaml
2024-08-11 23:51:52 +03:00

12 lines
283 B
YAML

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