Add .gitea / workflows / actions.yaml

This commit is contained in:
Sateallia 2024-08-11 23:45:43 +03:00
parent 3024a203b5
commit c8c56cf435

View File

@ -0,0 +1,12 @@
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 }}