Lab7/.gitea/workflows/ci.yml
SEBALAP2 18e891d369
Some checks failed
First CI / build (push) Failing after 16s
Third commit
2024-11-26 14:11:52 +01:00

10 lines
181 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