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

12 lines
309 B
YAML
Raw Normal View History

2024-08-11 23:45:43 +03:00
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 }}