cpp-hello-world/.drone.yml

11 lines
114 B
YAML
Raw Normal View History

2022-09-21 19:36:39 +02:00
kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: test
image: gcc
commands:
2022-09-21 20:24:36 +02:00
- make