Files
lab7-ci/.gitea/workflows/ci.yml
sofacela ce4490864c
Some checks failed
First CI / build (push) Failing after 9s
Add main.c (no include) and update CI to compile with gcc
2025-11-20 13:04:02 +01:00

9 lines
180 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c