cpp_playground/.drone.yml
2022-09-25 22:58:44 +08:00

13 lines
275 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gcc:latest
commands:
- echo "*****hello*****"
- gcc hello.cpp -o hello && ./hello
- cd class || exit
- echo "*****construct*****"
- gcc construct.cpp -o construct && ./construct