ft_ping/.github/workflows/build.yml
Raphael 785d8ea44b
Some checks failed
Build / build (push) Failing after 3s
Build / build (pull_request) Failing after 2s
ci(gh/workflow): now running on forty-two env
2026-03-30 20:40:58 +02:00

25 lines
377 B
YAML

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