ft_ping/.github/workflows/build.yml
Raphael a54b4dc4c7
Some checks failed
Build / build (push) Failing after 3s
ci(gh/workflow): adding the default compilator at 42
2026-03-30 19:33:21 +02:00

25 lines
381 B
YAML

name: Build
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
permissions:
contents: read
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Mandatory
run: CC=clang TERM=xterm make
- name: Bonus
run: CC=clang TERM=xterm make bonus