drone test #1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 06:46:57 +07:00
parent 93bcfd2616
commit c000ec4680

View File

@@ -8,4 +8,9 @@ steps:
image: gcc image: gcc
commands: commands:
- make - make
- name: run
image: bash
commands:
- echo HELLO WORLD
... ...