This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
redis-tools/.drone.yml

16 lines
168 B
YAML
Raw Normal View History

2022-05-03 10:20:31 +08:00
kind: pipeline
name: default
steps:
2022-05-04 01:08:34 +08:00
- name: gcc-build
image: gcc:10.2.0
2022-05-03 10:20:31 +08:00
commands:
- make
trigger:
branch:
- master
event:
- pull_request
- push