lab6/.gitea/workflows/ci.yml
Marcin Badurowicz a6f0c1a65b
Some checks failed
First CI / build (push) Failing after 22s
my super app
2024-11-22 10:49:25 +01:00

12 lines
217 B
YAML

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