adding drone ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2ef6bdb9ed
commit
d5b8da4f21
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: master_builds
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: quality_check
|
||||||
|
image: alpine-java
|
||||||
|
commands: ./misc/pre-commit.sh
|
||||||
|
- name: archive
|
||||||
|
image: alpine
|
||||||
|
commands: ./misc/pre-commit.sh archive
|
Loading…
Reference in New Issue
Block a user