blog-static/.drone.yml

11 lines
159 B
YAML
Raw Normal View History

2020-02-11 14:25:44 -08:00
kind: pipeline
type: docker
name: default
steps:
- name: test-compiler
image: gcc
commands:
- cd code/compiler/09
- mkdir build && cd build