Add Drone CI config
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao 2023-09-15 20:11:26 +02:00
parent e89b848556
commit 60d463c0bb
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

9
.drone.yml Normal file
View File

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