test for ci/cd

This commit is contained in:
Mert Gör 🇹🇷 2025-04-12 21:51:02 +03:00
parent da1d77758a
commit 391e29cbfd
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F
2 changed files with 10 additions and 0 deletions

8
.woodpecker/build.yaml Normal file
View File

@ -0,0 +1,8 @@
when:
- event: [push, pull_request, manual]
steps:
- name: build
image: masscollabs/build-essential:latest
commands:
- make

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
gcc -Wall -Wextra -pedantic -Werror -o executable c-basic/*.c