init pr #1
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build_linux_test
|
||||
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: build_test
|
||||
image: gcc
|
||||
commands:
|
||||
- echo "start test"
|
||||
- gcc main.c -o test
|
||||
- ./test
|
||||
|
Reference in New Issue
Block a user
test