blog-static/.drone.yml

11 lines
159 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build