dwm/.drone.yml

9 lines
108 B
YAML
Raw Normal View History

2023-11-21 20:09:23 +01:00
---
kind: pipeline
name: default
steps:
- name: build
image: gcc
2023-11-21 20:11:20 +01:00
command: ["make clean"]