dwm/.drone.yml

11 lines
121 B
YAML
Raw Permalink Normal View History

2023-11-21 20:09:23 +01:00
---
kind: pipeline
name: default
steps:
2023-11-21 20:13:23 +01:00
- name: build
image: gcc
commands:
2023-11-21 20:14:03 +01:00
- rm config.h
2023-11-21 20:13:23 +01:00
- make clean