lab7/.gitea/workflows/ci.yml
97634 4c2f0525cf
Some checks failed
First CI / build (push) Failing after 7s
Update .gitea/workflows/ci.yml
2024-11-22 10:22:43 +00:00

10 lines
178 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.cpp