School_Project/.drone.yml

14 lines
237 B
YAML
Raw Normal View History

2023-03-04 13:49:40 +01:00
kind: pipeline
type: docker
name: master_builds
steps:
- name: quality_check
2023-03-04 14:05:04 +01:00
image: jdk11-alpine
2023-03-04 13:56:10 +01:00
commands:
- ./misc/pre-commit.sh
2023-03-04 13:49:40 +01:00
- name: archive
image: alpine
2023-03-04 13:56:10 +01:00
commands:
- ./misc/pre-commit.sh archive