更新 '.drone.yml'
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
jiacai_wang 2022-04-24 11:19:22 +08:00
parent 636df3a650
commit 11183ec00e

View File

@ -5,6 +5,8 @@ steps:
- name: test - name: test
image: gcc:latest image: gcc:latest
commands: commands:
- whoami
- pwd
- ls -l - ls -l
- gcc hello.c -o hello - gcc hello.c -o hello
- ./hello drone! - ./hello drone!