@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: archlinux
commands:
- pacman -Syu
- pacman -S cmake gcc g++
- cmake .
- make
The note is not visible to the blocked user.