Luna/.drone.yml

21 lines
227 B
YAML
Raw Normal View History

2022-12-05 17:00:05 +00:00
kind: pipeline
type: docker
2022-12-05 17:11:22 +00:00
name: test-pr
platform:
arch: arm64
2022-12-05 17:00:05 +00:00
steps:
2022-12-05 17:11:22 +00:00
- name: test
image: ubuntu
commands:
- ./configure
- make
- make test
2022-12-05 17:00:05 +00:00
trigger:
branch:
2022-12-05 17:06:30 +00:00
- main
- restart
2022-12-05 17:00:05 +00:00
event:
2022-12-05 17:06:30 +00:00
- pull_request