lab7/.gitea/workflows/ci.yml
JakubLaptop 94972d13f8
Some checks failed
First CI / build (push) Failing after 3s
zad 2
2024-11-26 13:50:12 +01:00

11 lines
167 B
YAML

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