Add Drone CI config
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Basti 2023-11-21 15:38:15 +01:00
parent 8b6f201a0b
commit df1a3e6512
Signed by: basti
GPG Key ID: 9F88009D31D99C72

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake test