---
kind: pipeline
type: docker
name: default
steps:
- name: cmake
image: ghcr.io/rikorose/gcc-cmake
commands:
- mkdir build && cd build
- cmake ..
- name: docs
image: docker.io/corentinaltepe/doxygen
- ls -l