kind: pipeline type: docker name: default steps: - name: build image: moss/xelatex commands: - cd src - make - cd ..