gcc_drone/.drone.yml

11 lines
140 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gcc:latest
commands:
- pwd && ls
- gcc hello.c -o hello
- ./hello drone!