Luna/.drone.yml

21 lines
227 B
YAML
Raw Normal View History

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