gcc_drone/.drone.yml
jiacai_wang 11183ec00e
All checks were successful
continuous-integration/drone Build is passing
更新 '.drone.yml'
2022-04-24 11:19:22 +08:00

13 lines
155 B
YAML

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