Files
Test/.drone.yml
Chatchai J 93bcfd2616
All checks were successful
continuous-integration/drone/push Build is passing
add drone ci/cd config file
2022-12-28 06:42:29 +07:00

12 lines
106 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gcc
commands:
- make
...