kind: pipeline name: default steps: - name: test image: gcc:latest commands: - apt-get install libboost-all-dev - make boosttest