# Generated by chant migrate from input.yml

stages:
  - build
workflow:
  name: CI Pipeline
  rules:
    - if: '$CI_PIPELINE_SOURCE == "push"'

build:
  image: ubuntu:24.04
  script:
    - make
  stage: build
