Delete .gitea / workflows / actions.yaml
This commit is contained in:
parent
3fd72be68d
commit
e0049f1699
@ -1,12 +0,0 @@
|
||||
name: Test build ${{ vars.NAME_PROJECT }}
|
||||
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 }}
|
Loading…
Reference in New Issue
Block a user